disabled go-get installs

This commit is contained in:
knoxfighter 2019-10-29 19:49:27 +01:00
parent 5ea4af56ab
commit 13a5bcf152

View File

@ -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 ./...