Skip to content

Commit

Permalink
Merge pull request #123 from karma-runner/johnjbarton-travis-debug
Browse files Browse the repository at this point in the history
chore(ci): echo travis state variables.
  • Loading branch information
johnjbarton authored Oct 20, 2020
2 parents 6118339 + d4205ca commit 3efd8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ addons:
- g++-4.8

after_success:
- echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_EVENT_TYPE=$TRAVIS_EVENT_TYPE TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "stable" ]]; then
semantic-release;
fi;

0 comments on commit 3efd8b0

Please sign in to comment.