mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
[skip build] testing travis script
This commit is contained in:
parent
3a76f24cbd
commit
470c8436c2
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ install:
|
|||
before_script:
|
||||
- avr-gcc --version
|
||||
script:
|
||||
- 'if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
|
||||
make $TARGET AUTOGEN=$AUTOGEN
|
||||
fi'
|
||||
- 'if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then make $TARGET AUTOGEN=$AUTOGEN; fi'
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue