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

Commit e33547d

Browse files
authored
Merge pull request #1095 from ebati/ci-go-version
Update go version of CI stages
2 parents a885dcb + 7805e1a commit e33547d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
- DEPTESTBYPASS501=1
1414
os: linux
15-
go: 1.8.x
15+
go: 1.9.x
1616
script:
1717
- go build -v ./cmd/dep
1818
- ./hack/lint.bash
@@ -22,7 +22,7 @@ jobs:
2222
- codeclimate-test-reporter < coverage.txt
2323
# YAML alias, for settings shared across the simpler builds
2424
- &simple-test
25-
go: 1.9.x
25+
go: 1.8.x
2626
stage: test
2727
go_import_path: github.com/golang/dep
2828
install: skip
@@ -33,7 +33,7 @@ jobs:
3333
go: tip
3434
- <<: *simple-test
3535
os: osx
36-
go: 1.8.x
36+
go: 1.9.x
3737
install:
3838
# brew takes horribly long to update itself despite the above caching
3939
# attempt; only bzr install if it's not on the $PATH
@@ -48,8 +48,8 @@ jobs:
4848
# for future safety.
4949
# Related: https://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
5050
- trap EXIT
51-
- go test -race $(go list ./... | grep -v vendor)
52-
- go: 1.8.x
51+
- go test -race ./...
52+
- go: 1.9.x
5353
stage: deploy
5454
go_import_path: github.com/golang/dep
5555
install: skip

0 commit comments

Comments
 (0)