Skip to content

Commit

Permalink
Test: Fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Apr 23, 2017
1 parent c3b6594 commit c42f78c
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 @@ -51,10 +51,10 @@ script:
- yarn run phantomjs:customised
- yarn run phantomjs:sections
after_success:
# Make release with semantic-release if needed
- npm run semantic-release
- |
if [[ "$TRAVIS_NODE_VERSION" == "7" && "$WEBPACK_VERSION" == "2" ]]; then
# Make release with semantic-release if needed
npm run semantic-release
# Upload coverage report to Codecov
bash <(curl -s https://codecov.io/bash)
fi
Expand Down

0 comments on commit c42f78c

Please sign in to comment.