Skip to content

Commit

Permalink
Build: run tests on Node 11 (#11008)
Browse files Browse the repository at this point in the history
Node 11 came out today. This adds it to the Travis build config.
  • Loading branch information
not-an-aardvark committed Oct 23, 2018
1 parent 58ff359 commit 6e1c530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ node_js:
- "8"
- "9"
- "10"
- "11"
sudo: false
branches:
only:
Expand Down

0 comments on commit 6e1c530

Please sign in to comment.