Enable all of these to see what fails

This commit is contained in:
Edward Muller 2019-10-13 16:47:33 -07:00
parent d30efdb30d
commit 8ec9a493ec
No known key found for this signature in database
GPG Key ID: FC5833DB021899A5
1 changed files with 0 additions and 8 deletions

View File

@ -7,14 +7,6 @@ env:
- GO111MODULE=off
go: [1.11.x, 1.12.x, 1.13.x]
os: [linux, osx]
matrix:
exclude:
- go: 1.11.x
env: GO111MODULE=off
- go: 1.12.x
env: GO111MODULE=off
- go: 1.13.x
env: GO111MODULE=off
install:
- ./travis/install.sh
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi