diff --git a/.travis.yml b/.travis.yml index 3e77251..4f7800f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: - "1.10" - "1.11" - "1.12" - - if [ "$TRAVIS_OS_NAME" = "linux" ]; then tip; fi + - 1.x install: - go get github.com/apexskier/httpauth @@ -16,7 +16,6 @@ install: - go get github.com/hpcloud/tail - go get github.com/gorilla/websocket - go get github.com/majormjr/rcon -# - export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH" script: - go test -v ./...