Skip to content

Commit

Permalink
travis: add go1.13 and remove go1.10 and go1.9 without GAE (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Sep 27, 2019
1 parent 275a76f commit 1950dc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -2,18 +2,18 @@ language: go

matrix:
include:
- go: 1.12.x
- go: 1.13.x
env: VET=1 GO111MODULE=on
- go: 1.12.x
- go: 1.13.x
env: RACE=1 GO111MODULE=on
- go: 1.12.x
- go: 1.13.x
env: RUN386=1
- go: 1.12.x
- go: 1.13.x
env: GRPC_GO_RETRY=on
- go: 1.12.x
env: GO111MODULE=on
- go: 1.11.x
env: GO111MODULE=on
- go: 1.10.x
- go: 1.9.x
- go: 1.9.x
env: GAE=1

Expand Down

0 comments on commit 1950dc9

Please sign in to comment.