Skip to content

Commit fab9c0f

Browse files
committed
Fix a typo in travis config.
1 parent a5936e4 commit fab9c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)