Skip to content

Commit 50b4d5b

Browse files
authored
Merge 22e61aa into 33a069f
2 parents 33a069f + 22e61aa commit 50b4d5b

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)