run CI for go 1.13 and 1.14

This commit is contained in:
David Bariod 2020-03-03 09:10:14 +01:00
parent 77ab282a06
commit ab4d0e6ead
1 changed files with 1 additions and 6 deletions

View File

@ -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: