Skip to content

Commit

Permalink
Merge pull request #1455 from hubotio/travis-deploy-semantic-release
Browse files Browse the repository at this point in the history
CI: Use updated method of using semantic-release with Travis
  • Loading branch information
technicalpickles committed Aug 2, 2018
2 parents e944fa0 + 8ac6fae commit 350519d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,11 @@ before_script:
- bin/e2e-test.sh
after_success:
- npm run coverage
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
deploy:
provider: script
skip_cleanup: true
script:
- npx travis-deploy-once "npx semantic-release"

0 comments on commit 350519d

Please sign in to comment.