aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-11-05 00:18:57 +0000
committerDrashna Jaelre <drashna@live.com>2019-11-04 16:18:57 -0800
commitd382eeeb9d3b795c16533c5f64ab1455e774f925 (patch)
tree9fa7bef8d19813fce3b8f7d60ebbfd3e87dd7393 /.travis.yml
parentefa28d0f5cca55b0dfecaddd0860ec3dfeab8bb0 (diff)
downloadfirmware-d382eeeb9d3b795c16533c5f64ab1455e774f925.tar.gz
firmware-d382eeeb9d3b795c16533c5f64ab1455e774f925.tar.bz2
firmware-d382eeeb9d3b795c16533c5f64ab1455e774f925.zip
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.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 84fa63faf..bfac998c1 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