From 7805e1abd6279915d1f3ddbba80fdf60166510ac Mon Sep 17 00:00:00 2001 From: Emrecan BATI Date: Wed, 30 Aug 2017 22:03:24 +0300 Subject: [PATCH] Update go version of stages --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00d4e572cd..3de3fbee34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: env: - DEPTESTBYPASS501=1 os: linux - go: 1.8.x + go: 1.9.x script: - go build -v ./cmd/dep - ./hack/lint.bash @@ -22,7 +22,7 @@ jobs: - codeclimate-test-reporter < coverage.txt # YAML alias, for settings shared across the simpler builds - &simple-test - go: 1.9.x + go: 1.8.x stage: test go_import_path: github.com/golang/dep install: skip @@ -33,7 +33,7 @@ jobs: go: tip - <<: *simple-test os: osx - go: 1.8.x + go: 1.9.x install: # brew takes horribly long to update itself despite the above caching # attempt; only bzr install if it's not on the $PATH @@ -48,8 +48,8 @@ jobs: # for future safety. # Related: https://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f - trap EXIT - - go test -race $(go list ./... | grep -v vendor) - - go: 1.8.x + - go test -race ./... + - go: 1.9.x stage: deploy go_import_path: github.com/golang/dep install: skip