factorio-server-manager/.travis.yml

23 lines
471 B
YAML
Raw Normal View History

language: go
os:
- linux
- windows
2017-11-19 01:39:11 +02:00
go:
2019-03-01 02:47:26 +02:00
- "1.10"
- "1.11"
- "1.12"
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then tip; fi
2019-03-22 01:39:53 +02: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-20 05:56:55 +02:00
- go get github.com/majormjr/rcon
# - export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
script:
- go test -v ./...