mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-24 05:17:24 +02:00
19 lines
400 B
YAML
19 lines
400 B
YAML
language: go
|
|
go:
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- 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
|
|
- go get github.com/gorilla/websocket
|
|
- go get github.com/majormjr/rcon
|
|
- export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
|
|
|
|
script:
|
|
- go test -v ./...
|