Skip to content

Commit

Permalink
Merge pull request #184 from karma-runner/rcebulko-stable
Browse files Browse the repository at this point in the history
chore(semantic-release): update node version check in travis
  • Loading branch information
rcebulko committed Mar 10, 2020
2 parents 37313fa + a7f3203 commit 869b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ script:

after_success:
# run automated release process with semantic-release
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "stable" ]]; then
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
semantic-release;
fi;
Expand Down

0 comments on commit 869b7fd

Please sign in to comment.