Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1095 from ebati/ci-go-version
Browse files Browse the repository at this point in the history
Update go version of CI stages
  • Loading branch information
sdboyer committed Aug 30, 2017
2 parents a885dcb + 7805e1a commit e33547d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e33547d

Please sign in to comment.