add IRC to travis config

pull/18/head
Hugo Landau 10 years ago
parent 5eb2d7028f
commit 1dd2bdbd69

@ -5,3 +5,7 @@ go:
before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then travis_retry sudo apt-get update -qq; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then travis_retry sudo apt-get install -y libcap-dev; fi
notifications:
irc:
channels:
- "chat.freenode.net##hl-t"

Loading…
Cancel
Save