forked from mirror/logrus
Merge pull request #1103 from sirupsen/fix-go114
fix logrus for go 1.14
This commit is contained in:
commit
32fd107816
|
@ -4,13 +4,8 @@ git:
|
||||||
depth: 1
|
depth: 1
|
||||||
env:
|
env:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
- GO111MODULE=off
|
go: [1.13.x, 1.14.x]
|
||||||
go: [1.12.x, 1.13.x]
|
|
||||||
os: [linux, osx]
|
os: [linux, osx]
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- go: 1.13.x
|
|
||||||
env: GO111MODULE=off ## Modules are the default now.
|
|
||||||
install:
|
install:
|
||||||
- ./travis/install.sh
|
- ./travis/install.sh
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue