mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
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
|
language: go
|
||||||
|
|
||||||
|
go: 1.1.1
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libzmq3-dev
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "irc.freenode.net#chihaya"
|
||||||
|
|
Loading…
Add table
Reference in a new issue