Skip to content

Commit

Permalink
Use recent versions of Node on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Nov 13, 2017
1 parent b6f2dd9 commit c30ce16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ os:
- linux
- windows
node_js:
- '5'
- '6'
- '7'
- '8'
- 'stable'
script:
- npm run lint
Expand Down

0 comments on commit c30ce16

Please sign in to comment.