Skip to content

Commit

Permalink
Merge pull request #45 from jaebradley/greenkeeper/update-to-node-10
Browse files Browse the repository at this point in the history
Update to node 10 in .travis.yml
  • Loading branch information
jaebradley authored Jun 25, 2018
2 parents f2a4e40 + 2a0de8d commit 78fb211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cache:
notifications:
email: true
node_js:
- '8'
- 'node'
- 'lts/*'
install: npm install
before_install:
- npm install -g npm@5
Expand Down

0 comments on commit 78fb211

Please sign in to comment.