Skip to content

Commit b8b2ed8

Browse files
authoredMar 18, 2020
fix(ci): echo travis env that gates release after_success (#3446)
1 parent 33a069f commit b8b2ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ script:
4747

4848
after_success:
4949
# 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"
5051
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
5152
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
5253
semantic-release;

0 commit comments

Comments
 (0)
Please sign in to comment.