use latest v1.x to test

This commit is contained in:
knoxfighter 2019-05-30 00:35:46 +02:00
parent 8e21cdea72
commit fc471f2d2b

View File

@ -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 ./...