Skip to content

Commit

Permalink
test(travis): run against newer versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Joseph committed Aug 28, 2017
1 parent fe7c3b6 commit f7c3ba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ node_js:
- '0.12'
- '4'
- '5'
- '6'
- '7'
- '8'
script:
- npm test
- npm run lint
Expand Down

0 comments on commit f7c3ba9

Please sign in to comment.