Skip to content

Commit

Permalink
chore(release): fix release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Feb 24, 2018
1 parent 85b89b9 commit b5769c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ before_install:
script:
- npm start validate
after_success:
- npx codecov
- npx semantic-release pre && npm publish && npx semantic-release post
- npx codecov@^3
- npx -p semantic-release@6 -c "semantic-release pre && npm publish && semantic-release post"
branches:
only:
- master

0 comments on commit b5769c9

Please sign in to comment.