Skip to content

Commit

Permalink
CI: Use updated method of using semantic-release with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Aug 2, 2018
1 parent e944fa0 commit 8ac6fae
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 8ac6fae

Please sign in to comment.