Explorar el Código

Merge pull request #246 from kishorkunal-raj/master

Adding ppc64le architecture support on travis-ci
Sebastian Wolf hace 3 años
padre
commit
7465035ee0
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