Disable modules, run on osx

This commit is contained in:
Edward Muller 2019-10-13 16:39:38 -07:00
parent 39a5ad1294
commit 7b6c0d11ad
No known key found for this signature in database
GPG Key ID: FC5833DB021899A5
1 changed files with 6 additions and 4 deletions

View File

@ -5,14 +5,16 @@ git:
env:
- GO111MODULE=on
- GO111MODULE=off
go: [ 1.11.x, 1.12.x, 1.13.x ]
os: [ linux, osx ]
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.11.x
os: osx
- go: 1.13.x
env: GO111MODULE=off
install:
- ./travis/install.sh
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi