Skip to content

Commit

Permalink
Disable modules, run on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed Oct 13, 2019
1 parent 39a5ad1 commit 7b6c0d1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b6c0d1

Please sign in to comment.