소스 검색

Merge pull request #246 from kishorkunal-raj/master

Adding ppc64le architecture support on travis-ci
Sebastian Wolf 4 년 전
부모
커밋
7465035ee0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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