Skip to content

Commit

Permalink
travis: run most test environments on Go 1.12 instead of 1.11 (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Jun 4, 2019
1 parent 532a0b9 commit 73e5679
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -3,15 +3,15 @@ language: go
matrix:
include:
- go: 1.12.x
env: GO111MODULE=on
- go: 1.11.x
env: VET=1 GO111MODULE=on
- go: 1.11.x
- go: 1.12.x
env: RACE=1 GO111MODULE=on
- go: 1.11.x
- go: 1.12.x
env: RUN386=1
- go: 1.11.x
- go: 1.12.x
env: GRPC_GO_RETRY=on
- go: 1.11.x
env: GO111MODULE=on
- go: 1.10.x
- go: 1.9.x
- go: 1.9.x
Expand Down

0 comments on commit 73e5679

Please sign in to comment.