Skip to content

Commit

Permalink
run CI for go 1.13 and 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bariod committed Mar 3, 2020
1 parent 77ab282 commit ab4d0e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -4,13 +4,8 @@ git:
depth: 1
env:
- GO111MODULE=on
- GO111MODULE=off
go: [1.12.x, 1.13.x]
go: [1.13.x, 1.14.x]
os: [linux, osx]
matrix:
exclude:
- go: 1.13.x
env: GO111MODULE=off ## Modules are the default now.
install:
- ./travis/install.sh
script:
Expand Down

0 comments on commit ab4d0e6

Please sign in to comment.