Przeglądaj źródła

Merge pull request #246 from kishorkunal-raj/master

Adding ppc64le architecture support on travis-ci
Sebastian Wolf 3 lat temu
rodzic
commit
7465035ee0
1 zmienionych plików z 3 dodań i 0 usunięć
  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