Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
fix: Rename release cmd in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ruff committed Feb 19, 2018
1 parent cfdf572 commit 2c9ed80
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 @@ script:
- yarn lint
- yarn test --coverage
after_success:
- yarn run release
- yarn run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 2c9ed80

Please sign in to comment.