Skip to content

Commit

Permalink
add node v10.11 to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maritz committed Sep 26, 2018
1 parent 430f9db commit 3b4a73e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ node_js:
- "6.12"
- "7.10"
- "8.7" # Keep 8.7 around because it is the last minor on 8.x that didn't have http2
- "8.9"
- "9.4"
- "8.11"
- "9.11"
- "10.11"
sudo: false
cache:
directories:
Expand Down

0 comments on commit 3b4a73e

Please sign in to comment.