Skip to content

Commit

Permalink
ci(travis): update TravisCI to Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdenner committed Jan 14, 2020
1 parent a0513bc commit 73194e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:
- ~/.npm
notifications:
email: false
node_js: '8'
node_js: '10'
install: npm install
script: npm run validate
after_success: test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && npx semantic-release
Expand Down

0 comments on commit 73194e2

Please sign in to comment.