Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 15, 2018
1 parent 9b51dd9 commit 40f6d89
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 @@ -16,7 +16,7 @@ script:
- codecov
after_success:
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
npx travis-deploy-once && npm run build && npx semantic-release && npm run test:sauce;
npx travis-deploy-once && npm run build && npm install -g @semantic-release/changelog && npx semantic-release && npm run test:sauce;
fi
branches:
except:
Expand Down

0 comments on commit 40f6d89

Please sign in to comment.