mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-22 05:10:34 +02:00
25 lines
369 B
YAML
25 lines
369 B
YAML
language: go
|
|
os:
|
|
- linux
|
|
- windows
|
|
|
|
go:
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
#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
|
|
|
|
script:
|
|
- go test -v ./...
|