Files
gocryptotrader/.travis.yml
2017-02-20 15:02:19 +11:00

14 lines
285 B
YAML

language: go
go:
- tip
install:
- go get github.com/gorilla/websocket
- go get github.com/toorop/go-pusher
- go get github.com/thrasher-/socketio
- go get github.com/beatgammit/turnpike
- go get github.com/gorilla/mux
after_success:
- bash <(curl -s https://codecov.io/bash)