Skip to content

Commit

Permalink
Deprecate travis for Node 4 and add Node 8, 10, 11
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed Nov 11, 2018
1 parent 9c626e3 commit b197430
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,10 @@ language: node_js

node_js:
- "node"
- "11"
- "10"
- "8"
- "6"
- "4"

cache:
yarn: true
Expand Down

0 comments on commit b197430

Please sign in to comment.