mirror of https://github.com/sirupsen/logrus.git
Merge pull request #1053 from sirupsen/travis_rm_go111
remove go1.11.x from travis build matrix
This commit is contained in:
commit
12176f2f72
|
@ -5,7 +5,7 @@ git:
|
|||
env:
|
||||
- GO111MODULE=on
|
||||
- GO111MODULE=off
|
||||
go: [1.11.x, 1.12.x, 1.13.x]
|
||||
go: [1.12.x, 1.13.x]
|
||||
os: [linux, osx]
|
||||
matrix:
|
||||
exclude:
|
||||
|
|
Loading…
Reference in New Issue