update build script

This commit is contained in:
majormjr 2016-12-19 22:56:55 -05:00 committed by Mitch Roote
parent 7d7afa207d
commit 1b196394a6

View File

@ -11,7 +11,7 @@ install:
- go get github.com/gorilla/mux
- go get github.com/hpcloud/tail
- go get github.com/gorilla/websocket
- go get github.com/james4k/rcon
- go get github.com/majormjr/rcon
script:
- go test -v ./...