Skip to content

Commit

Permalink
fix(semantic-release): Use semantic-release on the Travis CI (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
okonet authored Aug 18, 2018
1 parent 66c1941 commit 1b73b8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_js:
after_success:
- npm install -g semantic-release
- semantic-release pre && npm publish && semantic-release post
- npm install --no-save semantic-release
- npx travis-deploy-once "semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/
32 changes: 15 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b73b8b

Please sign in to comment.