Skip to content

Commit 2d639d8

Browse files
authored
Travis-ci: added support for ppc64le (libgit2#682)
Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.
1 parent ccbe471 commit 2d639d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: go
22

3+
arch:
4+
- AMD64
5+
- ppc64le
6+
37
go:
48
- tip
59

0 commit comments

Comments
 (0)