20 lines
438 B
YAML
Raw Normal View History

language: go
2017-11-19 00:39:11 +01:00
go:
- 1.7.6
- 1.8.5
- 1.9.2
- 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
2018-03-10 16:10:54 +01:00
- go get github.com/Masterminds/semver
2017-11-19 00:21:06 +01:00
- export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
script:
- go test -v ./...