Skip to content

Commit

Permalink
chore(travis): release on node 10 success (#3428)
Browse files Browse the repository at this point in the history
Releasing on node 12 success won't work until we move to node 12
  • Loading branch information
johnjbarton committed Feb 24, 2020
1 parent 708ae13 commit 0856234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -47,7 +47,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" == "10" ]]; then
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
semantic-release;
fi;

0 comments on commit 0856234

Please sign in to comment.