Skip to content

Commit

Permalink
travis: go version bumps (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
basvanbeek committed Aug 12, 2020
1 parent c1d1eb5 commit f19d47b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ services:

matrix:
include:
- go: "1.9.x"
- go: "1.10.x"
- go: "1.11.x"
env:
- GO111MODULE=on
- go: "1.12.x"
env:
- GO111MODULE=on
- go: "tip"
- go: "1.13.x"
env:
- GO111MODULE=on
- go: "1.14.x"
- go: "1.15.x"
- go: "tip"

before_install:
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit f19d47b

Please sign in to comment.