diff --git a/.travis.yml b/.travis.yml index b9683e8..4119c6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: linux language: go go: - - 1.9 + - "1.10" - tip matrix: @@ -13,14 +13,14 @@ matrix: - go: tip install: - - "go get -u github.com/golang/dep/..." + - "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh" - "go get -u github.com/alecthomas/gometalinter" - "gometalinter --install --update" - "dep ensure" script: - "scripts/test-go-fmt.sh" - - "gometalinter --vendor --config=gometalinter.json ./..." + - "gometalinter --vendor --deadline=60s --config=gometalinter.json ./..." - "go run cmd/main.go" notifications: