Skip to content

Commit a6337fe

Browse files
committed
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 😉 Thanks!
2 parents a5936e4 + f73c8b1 commit a6337fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ matrix:
6161
rust: 1.7.0
6262
sudo: true
6363
- os: linux
64-
env: TARGET=mipsel-unknwon-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
64+
env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
6565
rust: 1.7.0
6666
sudo: true
6767
- os: linux
@@ -71,7 +71,7 @@ matrix:
7171
allow_failures:
7272
- rust: nightly
7373
- env: TARGET=mips-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
74-
- env: TARGET=mipsel-unknwon-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
74+
- env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
7575
- env: TARGET=arm-linux-androideabi DOCKER_IMAGE=posborne/rust-cross:android
7676

7777
# Deploy documentation to S3 for specific branches. At some

0 commit comments

Comments
 (0)