TravisCI notifications, zmq req
This commit is contained in:
parent
55d2c4ae84
commit
4d21473a02
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,14 @@
|
|||
language: go
|
||||
|
||||
go: 1.1.1
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install libzmq3-dev
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.net#chihaya"
|
||||
|
|
Loading…
Add table
Reference in a new issue