Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: Stephen <stephengroat@users.noreply.github.com>
  • Loading branch information
kisielk and stephengroat committed Mar 27, 2020
1 parent 2050f4e commit dd5e04e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ matrix:
env: {GO111MODULE: "off"}
- go: "1.12"
env: {GO111MODULE: "on"}
- go: "1.13"
env: {GO111MODULE: "off"}
- go: "1.13"
env: {GO111MODULE: "on"}
- go: "1.14"
env: {GO111MODULE: "off"}
- go: "1.14"
env: {GO111MODULE: "on"}
- go: "tip"
env: {GO111MODULE: "off"}
- go: "tip"
Expand Down

0 comments on commit dd5e04e

Please sign in to comment.