factorio-server-manager/.travis.yml
2017-01-22 21:30:11 -05:00

18 lines
310 B
YAML

language: go
go:
- 1.5.4
- 1.6.3
- 1.7.3
- tip
install:
- go get github.com/apexskier/httpauth
- go get github.com/go-ini/ini
- go get github.com/gorilla/mux
- go get github.com/hpcloud/tail
- go get github.com/gorilla/websocket
- go get github.com/majormjr/rcon
script:
- go test -v ./...