mirror of https://github.com/sirupsen/logrus.git
Disable modules, run on osx
This commit is contained in:
parent
39a5ad1294
commit
7b6c0d11ad
10
.travis.yml
10
.travis.yml
|
@ -5,14 +5,16 @@ git:
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
- GO111MODULE=off
|
- GO111MODULE=off
|
||||||
go: [ 1.11.x, 1.12.x, 1.13.x ]
|
go: [1.11.x, 1.12.x, 1.13.x]
|
||||||
os: [ linux, osx ]
|
os: [linux, osx]
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
- go: 1.11.x
|
||||||
|
env: GO111MODULE=off
|
||||||
- go: 1.12.x
|
- go: 1.12.x
|
||||||
env: GO111MODULE=off
|
env: GO111MODULE=off
|
||||||
- go: 1.11.x
|
- go: 1.13.x
|
||||||
os: osx
|
env: GO111MODULE=off
|
||||||
install:
|
install:
|
||||||
- ./travis/install.sh
|
- ./travis/install.sh
|
||||||
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi
|
- if [[ "$GO111MODULE" == "on" ]]; then go mod download; fi
|
||||||
|
|
Loading…
Reference in New Issue