Skip to content

Commit

Permalink
Make travis also test on newer version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Mar 29, 2018
1 parent d206299 commit 96b2503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ install:
script:
- npm test
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"

0 comments on commit 96b2503

Please sign in to comment.