forked from mirrors/qmk_firmware
[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:
|
before_script:
|
||||||
- avr-gcc --version
|
- avr-gcc --version
|
||||||
script:
|
script:
|
||||||
- 'if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
|
- 'if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then make $TARGET AUTOGEN=$AUTOGEN; fi'
|
||||||
make $TARGET AUTOGEN=$AUTOGEN
|
|
||||||
fi'
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue