summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDevendranath Thadi <devendranath.thadi3@gmail.com>2020-11-17 09:02:09 +0000
committerDevendranath Thadi <devendranath.thadi3@gmail.com>2020-11-17 09:02:09 +0000
commit8d053c90745da56013eaebaab82ba712611362c1 (patch)
tree08a9285e3731440e602072f6c2aa3da3ae2ae177 /.travis.yml
parentf37c2cd7e83c8e40576256d88ecc6b6f96dd72ee (diff)
download0xFFFF-8d053c90745da56013eaebaab82ba712611362c1.tar.bz2
Travis-ci: added support for ppc64le
Signed-off-by: Devendranath Thadi <devendranath.thadi3@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d6b33f..6e4eadf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,10 @@ sudo: false
language: c
+arch:
+ - AMD64
+ - ppc64le
+
compiler:
- gcc
- clang