Skip to content

Commit

Permalink
don't care about Go 1.9 and 1.10 anymore; add 1.13 and 1.14 to the li…
Browse files Browse the repository at this point in the history
…st (#306)
  • Loading branch information
jhump authored Mar 25, 2020
1 parent 2f878b3 commit c1f7119
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ sudo: false

matrix:
include:
- go: "1.9"
- go: "1.10"
# TODO(jh): update the version used to vet to Go 1.13
- go: "1.11"
env:
- GO111MODULE=off
Expand All @@ -15,8 +14,17 @@ matrix:
env: GO111MODULE=off
- go: "1.12"
env: GO111MODULE=on
- go: "1.13"
env:
- GO111MODULE=on
- GOPROXY=direct
- go: "1.14"
env:
- GO111MODULE=on
- GOPROXY=direct
- go: tip
env:
- GO111MODULE=on
- GOPROXY=direct

# accomodate forks
Expand Down

0 comments on commit c1f7119

Please sign in to comment.