Skip to content

Commit 03b5720

Browse files
dthadi3deckarep
authored andcommittedNov 29, 2020
Travis-ci: added support for ppc64le and updated go versions 1.14 & 1.15
Signed-off-by: Devendranath Thadi <[email protected]>
1 parent 699df6a commit 03b5720

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: go
22

3+
arch:
4+
- AMD64
5+
- ppc64le
6+
37
go:
4-
- 1.8
5-
- 1.9
8+
- 1.14
9+
- 1.15
610
- tip
711

812
script:

0 commit comments

Comments
 (0)
Please sign in to comment.