Explorar o código

Merge pull request #246 from kishorkunal-raj/master

Adding ppc64le architecture support on travis-ci
Sebastian Wolf %!s(int64=3) %!d(string=hai) anos
pai
achega
7465035ee0
Modificáronse 1 ficheiros con 3 adicións e 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