We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33a069f + 22e61aa commit 50b4d5bCopy full SHA for 50b4d5b
.travis.yml
@@ -47,6 +47,7 @@ script:
47
48
after_success:
49
# run automated release process with semantic-release
50
+ - echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, TRAVIS_EVENT_TYPE=$TRAVIS_EVENT_TYPE, TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
51
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
52
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
53
semantic-release;
0 commit comments