Skip to content

Commit e7d4626

Browse files
authored
AddingPowerSupport_CI/Testing (#337)
- Adding power support and go latest go versions 1.12/1.13/1.14/1.15 to keep the code updated with the latest go versions. - Using the latest supported go versions ie 1.13/1.14/1.15 as lower versions are not supported.
1 parent 70a1ce7 commit e7d4626

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
arch:
2+
- amd64
3+
- ppc64le
14
language: go
25

36
go:
4-
- "1.9"
5-
- "1.10"
6-
- "1.11"
7+
- "1.13"
8+
- "1.14"
9+
- "1.15"
10+
711

812
sudo: false
913

0 commit comments

Comments
 (0)