diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-01-10 14:36:27 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-01-10 14:36:27 -0800 |
commit | a5d830a8a096b2afbee44632decba26a8e21b456 (patch) | |
tree | 05eaa16385efb80a7755cff8ba1438dda0b96ce5 /.travis.yml | |
parent | 4506d29557b05d7640396df95ac5b9af5ccb8819 (diff) | |
download | rust-libc-a5d830a8a096b2afbee44632decba26a8e21b456.tar.gz |
Move docker container and don't re-symlink mips compilers
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 10ef76c65a..333fb22562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: env: TARGET=arm-unknown-linux-gnueabihf rust: nightly - os: linux - env: TARGET=mips-unknown-linux-gnu DOCKER=plhk/ubuntu-cross-mips:latest + env: TARGET=mips-unknown-linux-gnu DOCKER=alexcrichton/rust-libc-mips:2016-01-10 rust: nightly - os: linux env: TARGET=aarch64-unknown-linux-gnu |