diff options
author | Joel Challis <git@zvecr.com> | 2019-11-05 00:18:57 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-04 16:18:57 -0800 |
commit | d382eeeb9d3b795c16533c5f64ab1455e774f925 (patch) | |
tree | 9fa7bef8d19813fce3b8f7d60ebbfd3e87dd7393 /.travis.yml | |
parent | efa28d0f5cca55b0dfecaddd0860ec3dfeab8bb0 (diff) |
CI - Fix change detection (#7038)
* Fix travis change detection
* Fix travis change detection - add back python ignore
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 84fa63faf3..bfac998c11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ install: - npm install -g moxygen script: - git rev-parse --short HEAD + - git diff --name-only HEAD $TRAVIS_BRANCH - bash util/travis_test.sh - bash util/travis_build.sh - bash util/travis_docs.sh |