19 lines
400 B
YAML
Raw Normal View History

language: go
2017-11-19 00:39:11 +01:00
go:
2019-02-28 19:47:26 -05:00
- "1.10"
- "1.11"
- "1.12"
- tip
2017-11-18 22:25:26 +01:00
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
2016-12-19 22:56:55 -05:00
- go get github.com/majormjr/rcon
2017-11-19 00:21:06 +01:00
- export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
script:
- go test -v ./...