Tell Travis to skip building the modern branch for now [skip ci]
This commit is contained in:
parent
171bf4ab3f
commit
617cbc0edb
|
@ -1,6 +1,9 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#zoneminder-dev"
|
irc: "chat.freenode.net#zoneminder-dev"
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- modern
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- LD_LIBRARY_PATH="/usr/local/lib:/opt/libjpeg-turbo/lib:$LD_LIBRARY_PATH"
|
- LD_LIBRARY_PATH="/usr/local/lib:/opt/libjpeg-turbo/lib:$LD_LIBRARY_PATH"
|
||||||
|
|
Loading…
Reference in New Issue