Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #6 from tvthatsme/feature/continuous-integration
Browse files Browse the repository at this point in the history
ci(release): Fix travis config for semantic-release
  • Loading branch information
tvthatsme authored Jun 4, 2018
2 parents 4cfd59f + 7a6db6a commit edbd064
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 @@ -12,7 +12,8 @@ sudo: false
script:
- yarn test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- npm run travis-deploy-once
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit edbd064

Please sign in to comment.