diff --git a/.travis.yml b/.travis.yml index a4c806e..a2092cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,6 @@ go: env: - GO111MODULE=on -#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 ./... + - cd src/ + - go test -v ./...