factorio-server-manager/.travis.yml

16 lines
234 B
YAML
Raw Normal View History

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
script:
- go test -v ./...