Added IRC notifications to .travis.yml
This commit is contained in:
parent
e438714aea
commit
f4311ff13d
|
@ -1,4 +1,6 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
notifications:
|
||||||
|
irc: "chat.freenode.net#zoneminder-dev"
|
||||||
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