mirror of
https://github.com/pkg/errors.git
synced 2025-05-07 07:59:40 +00:00
fix travis, 1.10 doesnt support by unconvert anymore
This commit is contained in:
parent
27936f6d90
commit
ca0248e19b
@ -1,10 +1,13 @@
|
|||||||
language: go
|
language: go
|
||||||
go_import_path: github.com/pkg/errors
|
go_import_path: github.com/pkg/errors
|
||||||
go:
|
go:
|
||||||
- 1.10.x
|
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
|
- 1.13.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GO111MODULE=off
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user