Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
chore(ci): semantic-release on success (#221)
Browse files Browse the repository at this point in the history
With language node_js the semantic-release command should work
  • Loading branch information
johnjbarton committed Apr 14, 2020
1 parent 00b24b6 commit 4e35a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,5 +26,5 @@ after_success:
# run automated release process with semantic-release
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, TRAVIS_EVENT_TYPE=$TRAVIS_EVENT_TYPE, TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
npm run semantic-release;
semantic-release;
fi;

0 comments on commit 4e35a55

Please sign in to comment.