diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-09-14 00:11:58 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-09-14 00:11:58 -0700 |
commit | 841962104e5f80350723cd1ea641184e9fdec8bd (patch) | |
tree | d0fc5e34b1fbe4952efba395d129a126ed415be8 /.travis.yml | |
parent | 89bfb308deace64c827ffd28e2156fad83a0b585 (diff) | |
download | rust-libc-841962104e5f80350723cd1ea641184e9fdec8bd.tar.gz |
Revert "Tweak ordering"
This reverts commit 89bfb308deace64c827ffd28e2156fad83a0b585.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index c0842f4e23..8cb864c421 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,5 @@ language: rust sudo: required -matrix: - include: - - os: linux - env: TARGET=arm-unknown-linux-gnueabihf - rust: nightly-2015-09-08 - - os: linux - env: TARGET=arm-linux-androideabi - rust: nightly-2015-09-08 - - os: linux - env: TARGET=x86_64-unknown-linux-musl - rust: nightly-2015-09-08 rust: - 1.0.0 - beta @@ -25,6 +14,17 @@ os: env: - ARCH=i686 - ARCH=x86_64 +matrix: + include: + - os: linux + env: TARGET=arm-linux-androideabi + rust: nightly-2015-09-08 + - os: linux + env: TARGET=x86_64-unknown-linux-musl + rust: nightly-2015-09-08 + - os: linux + env: TARGET=arm-unknown-linux-gnueabihf + rust: nightly-2015-09-08 addons: apt: packages: |