diff --git a/.travis.yml b/.travis.yml index 49e9e58..b7b2e78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;