mirror of https://github.com/sirupsen/logrus.git
Merge pull request #812 from sirupsen/bump_go_version_travis
bump go toolchain version in travis
This commit is contained in:
commit
78fa2915c1
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.9.x
|
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
- 1.11.x
|
||||||
env:
|
env:
|
||||||
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
- GOMAXPROCS=4 GORACE=halt_on_error=1
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue