Fix Travis CI notifications
This commit is contained in:
parent
a83ef111c8
commit
62962dc7ac
|
@ -3,7 +3,7 @@ dist: trusty
|
||||||
language: c
|
language: c
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: "anathema.irc.so#anathema"
|
channels: "irc.janouch.name#dev"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: true
|
skip_join: true
|
||||||
env:
|
env:
|
||||||
|
@ -32,7 +32,7 @@ before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y libncursesw5-dev libreadline-dev libedit-dev
|
- sudo apt-get install -y libncursesw5-dev libreadline-dev libedit-dev
|
||||||
liblua5.3-dev help2man expect
|
liblua5.3-dev libffi-dev help2man expect
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
|
|
Loading…
Reference in New Issue