Skip to content

Commit 04b5cd0

Browse files
committed
Attempt to fix CI for non-master branches.
1 parent a3e4467 commit 04b5cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ addons:
2727
install:
2828
- npm install -g moxygen
2929
script:
30+
- git fetch --depth=50 origin $TRAVIS_BRANCH:$TRAVIS_BRANCH
3031
- git rev-parse --short HEAD
3132
- git diff --name-only HEAD $TRAVIS_BRANCH
3233
- bash util/travis_test.sh

0 commit comments

Comments
 (0)