mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-08 04:04:53 +02:00
18 lines
309 B
YAML
18 lines
309 B
YAML
language: go
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.3
|
|
- 1.7.3
|
|
- 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/james4k/rcon
|
|
|
|
script:
|
|
- go test -v ./...
|