We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c9550 commit 9494d8fCopy full SHA for 9494d8f
.travis.yml
@@ -3,6 +3,10 @@ sudo: false
3
4
matrix:
5
include:
6
+ - env: TARGET=powerpc64le-unknown-linux-gnu
7
+ os: linux
8
+ services: docker
9
+ sudo: required
10
- env: TARGET=aarch64-unknown-linux-gnu
11
os: linux
12
dist: trusty
@@ -60,10 +64,6 @@ matrix:
60
64
- libc6-powerpc-cross
61
65
- libc6-dev-powerpc-cross
62
66
- qemu-user-static
63
- - env: TARGET=powerpc64le-unknown-linux-gnu
- os: linux
- services: docker
- sudo: required
67
- env: TARGET=x86_64-apple-darwin
68
os: osx
69
- env: TARGET=x86_64-unknown-linux-gnu
0 commit comments