Parcourir la source

Adding ppc64le architecture support on travis-ci

kishorkunal-raj il y a 5 ans
Parent
commit
3e253d468b
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -8,3 +8,6 @@ compiler:
  - clang
  - gcc
 script: ./configure && make all && sudo ./test-wrapper
+arch:
+  - amd64
+  - ppc64le