Skip to content

Commit

Permalink
fix(travis): enable semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-lin committed Aug 23, 2017
1 parent d74f1ff commit 765277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ after_success:
- npx codecov
# this is disabled for now because we need to get semantic-release working and it's not quite working right...
# Try again later: `npx semantic-release-cli setup`
# - npm i -g semantic-release@7 && semantic-release pre && npm publish && semantic-release post
- npm i -g semantic-release@7 && semantic-release pre && npm publish && semantic-release post
branches:
only:
- master

0 comments on commit 765277e

Please sign in to comment.