mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-02-09 13:47:17 +02:00
disabled go-get installs
This commit is contained in:
parent
5ea4af56ab
commit
13a5bcf152
14
.travis.yml
14
.travis.yml
@ -9,13 +9,13 @@ go:
|
||||
- 1.12.x
|
||||
- 1.x
|
||||
|
||||
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
|
||||
#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 ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user