Skip to content
Prev Previous commit
Next Next commit
Add node versions to travis config that have http2
  • Loading branch information
Moritz Peters authored and maritz committed Sep 26, 2018
commit 655bbe9385ae29f9cac3ca630be227f646d7b73c
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ node_js:
- "5.12"
- "6.14"
- "7.10"
- "8.7" # Keep 8.7 around because it is the last minor on 8.x that didn't have http2
- "8.11"
- "9.11"
- "10.11"
sudo: false
cache:
directories:
Expand Down