Skip to content

Commit

Permalink
Attempt to fix CI for non-master branches. (#9308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Jun 8, 2020
1 parent 8d90cb1 commit c2ed231
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 @@ -27,6 +27,7 @@ addons:
install:
- npm install -g moxygen
script:
- git fetch --depth=50 origin $TRAVIS_BRANCH:$TRAVIS_BRANCH
- git rev-parse --short HEAD
- git diff --name-only HEAD $TRAVIS_BRANCH
- bash util/travis_test.sh
Expand Down

0 comments on commit c2ed231

Please sign in to comment.