Explorar el Código

Adding ppc64le architecture support on travis-ci

kishorkunal-raj hace 5 años
padre
commit
3e253d468b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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