Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Update node.js environment on Travis CI (#1775)
Browse files Browse the repository at this point in the history
Remove dated node.js v7, add v8 LTS & v9
  • Loading branch information
PeterDaveHello authored and paulmillr committed Feb 16, 2018
1 parent 366d516 commit 9de2247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ os:
node_js: node_js:
- 4 - 4
- 6 - 6
- 7 - 8
- 9
before_install: before_install:
- npm install bower@^1 -g - npm install bower@^1 -g
- npm install npm@3 -g - npm install npm@3 -g
Expand Down

0 comments on commit 9de2247

Please sign in to comment.