mirror of
https://github.com/pkg/errors.git
synced 2025-05-01 13:10:08 +00:00
* 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.,
13 lines
124 B
YAML
13 lines
124 B
YAML
arch:
|
|
- amd64
|
|
|
|
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.14
|
|
- 1.15
|
|
- tip
|
|
|
|
script:
|
|
- make check
|