Skip to content

Commit 5dd12d0

Browse files
authored
AddingPowerSupport_CI/Testing (pkg#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.,
1 parent 614d223 commit 5dd12d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
arch:
2+
- amd64
3+
14
language: go
25
go_import_path: github.com/pkg/errors
36
go:
4-
- 1.11.x
5-
- 1.12.x
6-
- 1.13.x
7+
- 1.14
8+
- 1.15
79
- tip
810

911
script:

0 commit comments

Comments
 (0)