Fix Travis CI notifications

This commit is contained in:
Přemysl Eric Janouch 2016-03-14 20:41:07 +01:00
parent a83ef111c8
commit 62962dc7ac
1 changed files with 2 additions and 2 deletions

View File

@ -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