mirror of
https://github.com/pkg/errors.git
synced 2025-05-31 11:42:45 +00:00
AddingPowerSupport_CI/Testing (#234)
* Update .travis.yml Adding Power & Updating the go versions to 1.13/1.14/1.15 as lower versions are not supported. * Update .travis.yml Removing go 1.13 as desired in the comment section, * Update .travis.yml As desired taking out the power(ppc64le) related support.,
This commit is contained in:
parent
614d223910
commit
5dd12d0cfe
@ -1,9 +1,11 @@
|
|||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go_import_path: github.com/pkg/errors
|
go_import_path: github.com/pkg/errors
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.14
|
||||||
- 1.12.x
|
- 1.15
|
||||||
- 1.13.x
|
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user