There was an error while loading. Please reload this page.
1 parent 37313fa commit a7f3203Copy full SHA for a7f3203
1 file changed
.travis.yml
@@ -14,7 +14,7 @@ script:
14
15
after_success:
16
# run automated release process with semantic-release
17
- - 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
18
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
19
semantic-release;
20
fi;
0 commit comments