Skip to content

Commit 13a5bcf

Browse files
committed
disabled go-get installs
1 parent 5ea4af5 commit 13a5bcf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ go:
99
- 1.12.x
1010
- 1.x
1111

12-
install:
13-
- go get github.com/apexskier/httpauth
14-
- go get github.com/go-ini/ini
15-
- go get github.com/gorilla/mux
16-
- go get github.com/hpcloud/tail
17-
- go get github.com/gorilla/websocket
18-
- go get github.com/majormjr/rcon
12+
#install:
13+
# - go get github.com/apexskier/httpauth
14+
# - go get github.com/go-ini/ini
15+
# - go get github.com/gorilla/mux
16+
# - go get github.com/hpcloud/tail
17+
# - go get github.com/gorilla/websocket
18+
# - go get github.com/majormjr/rcon
1919

2020
script:
2121
- go test -v ./...

0 commit comments

Comments
 (0)