summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-05-12 02:02:57 +0900
committerHomu <homu@barosl.com>2016-05-12 02:02:57 +0900
commita6337fe365ce4789d997dea91db7e721b0b1c75c (patch)
treefeb717bd616e61e13243b0ba2c59ffd90e1c7de4
parenta5936e4c573cdc6c9ebde3f3cf022a769decdafe (diff)
parentf73c8b19630403a2aa4fef668cfea2fc02593085 (diff)
downloadnix-a6337fe365ce4789d997dea91db7e721b0b1c75c.zip
Auto merge of #372 - justinlatimer:travis, r=posborne
Fix a typo in travis config. Fix a typo in the target name for the config of ``mipsel-unknown-linux-gnu``. Build will probably still fail though, but will hopefully get further :wink: Thanks!
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 700e7fdf..6292b9f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,7 +61,7 @@ matrix:
rust: 1.7.0
sudo: true
- os: linux
- env: TARGET=mipsel-unknwon-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
+ env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
rust: 1.7.0
sudo: true
- os: linux
@@ -71,7 +71,7 @@ matrix:
allow_failures:
- rust: nightly
- env: TARGET=mips-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
- - env: TARGET=mipsel-unknwon-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
+ - env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
- env: TARGET=arm-linux-androideabi DOCKER_IMAGE=posborne/rust-cross:android
# Deploy documentation to S3 for specific branches. At some