Skip to content

Commit

Permalink
fix(deploy): run semantic release on node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jcane86 committed Sep 12, 2018
1 parent 47967f3 commit 4af0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ deploy:
script:
- npx travis-deploy-once "npx semantic-release"
on:
node: "lts/*"
node: "10"
- provider: pages
skip_cleanup: true
github_token: $GH_TOKEN # Set in travis-ci.org dashboard
Expand Down

0 comments on commit 4af0255

Please sign in to comment.