Skip to content

Commit

Permalink
chore: configure travis to run on node 6,8 and 9 (not 7 anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Apr 11, 2018
1 parent d6b2d6f commit fb3b72a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,8 @@ sudo: false
language: "node_js"
node_js:
- "6"
- "7"
- "8"
- "9"
script:
- npm install
- npm run coverage
Expand Down

0 comments on commit fb3b72a

Please sign in to comment.