Skip to content

Commit

Permalink
Skip the code change check in release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jul 31, 2020
1 parent ca39f7d commit 50a0c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ addons:

before_install:
- echo "are changes related to source code?"
- test "${FORCE_NIGHTLY_UPLOAD}" = "yes" || bash $TRAVIS_BUILD_DIR/util/checkchanges.sh || travis_terminate 0;
- test "${FORCE_NIGHTLY_UPLOAD}" = "yes" || test "$TRAVIS_BRANCH" = "release" || bash $TRAVIS_BUILD_DIR/util/checkchanges.sh || travis_terminate 0;
- |
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update;
Expand Down

0 comments on commit 50a0c7c

Please sign in to comment.