2016-05-08 09:09:26 -04:00
|
|
|
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"
|
2016-05-08 09:09:26 -04:00
|
|
|
- tip
|
2017-11-18 22:25:26 +01:00
|
|
|
|
2016-05-08 09:12:42 -04: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
|
2016-12-15 13:39:21 -05:00
|
|
|
- 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"
|
2016-05-08 09:12:42 -04:00
|
|
|
|
2016-05-08 09:09:26 -04:00
|
|
|
script:
|
|
|
|
- go test -v ./...
|