Browse Source

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

pull/10202/head
Nick Brassel 3 years ago
committed by James Young
parent
commit
a3933bdbe7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

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