Skip to content

Commit

Permalink
Bump nodejs versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Nov 28, 2017
1 parent fd7a493 commit 7e67928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "4.8"
- "6.11"
- "8.2"
- "4.8.6"
- "6.12"
- "8.9.1"

script:
- npm run test
Expand Down

0 comments on commit 7e67928

Please sign in to comment.