Attempt to fix CI for non-master branches. (#9308)

joystick_improvements
Nick Brassel 5 years ago committed by James Young
parent f3c6924887
commit e45716748d
No known key found for this signature in database
GPG Key ID: B39D9A06EDA031F8

@ -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

Loading…
Cancel
Save