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