forked from Mirrors/sngrep
Travis-ci:added support for ppc64le
This commit is contained in:
parent
615ac3c2ef
commit
010722a150
|
@ -1,4 +1,7 @@
|
|||
language: c
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
@ -16,3 +19,4 @@ branches:
|
|||
only:
|
||||
- master
|
||||
- travis
|
||||
- ppc64le
|
||||
|
|
Loading…
Reference in New Issue