We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea4af5 commit 13a5bcfCopy full SHA for 13a5bcf
1 file changed
.travis.yml
@@ -9,13 +9,13 @@ go:
9
- 1.12.x
10
- 1.x
11
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
+#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
19
20
script:
21
- go test -v ./...
0 commit comments