Skip to content

Commit

Permalink
travis: Add ppc64/ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 19, 2017
1 parent 4ee5113 commit b9f84f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ matrix:
rust: 1.13.0
- env: TARGET=powerpc-unknown-linux-gnu
rust: 1.13.0
# - env: TARGET=powerpc64-unknown-linux-gnu
# - env: TARGET=powerpc64le-unknown-linux-gnu
- env: TARGET=powerpc64-unknown-linux-gnu
rust: 1.13.0
- env: TARGET=powerpc64le-unknown-linux-gnu
rust: 1.13.0
# - env: TARGET=s390x-unknown-linux-gnu
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.13.0
Expand Down

0 comments on commit b9f84f4

Please sign in to comment.