[skip build] testing travis script

pull/1071/head
Jack Humbert 7 years ago
parent 3a76f24cbd
commit 470c8436c2

@ -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…
Cancel
Save