mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-07 11:59:00 +00:00
CI - Fix change detection (#7038)
* Fix travis change detection * Fix travis change detection - add back python ignore
This commit is contained in:
committed by
Drashna Jaelre
parent
efa28d0f5c
commit
d382eeeb9d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user