Skip to content

Commit b9f84f4

Browse files
committed
travis: Add ppc64/ppc64le
1 parent 4ee5113 commit b9f84f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ matrix:
3535
rust: 1.13.0
3636
- env: TARGET=powerpc-unknown-linux-gnu
3737
rust: 1.13.0
38-
# - env: TARGET=powerpc64-unknown-linux-gnu
39-
# - env: TARGET=powerpc64le-unknown-linux-gnu
38+
- env: TARGET=powerpc64-unknown-linux-gnu
39+
rust: 1.13.0
40+
- env: TARGET=powerpc64le-unknown-linux-gnu
41+
rust: 1.13.0
4042
# - env: TARGET=s390x-unknown-linux-gnu
4143
- env: TARGET=x86_64-unknown-linux-gnu
4244
rust: 1.13.0

0 commit comments

Comments
 (0)