This commit is contained in:
Denis Zheleztsov 2017-01-24 09:56:00 +03:00
parent 45b60ddeea
commit 21f57cb0df

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: go
python:
- "1.6"
- "1.7.x"
before_install:
- GOPATH=$(pwd) go get github.com/gorilla/websocket
- GOPATH=$(pwd) go get github.com/samuel/go-zookeeper/zk
# tests script
script:
- GOPATH=$(pwd) go build