Skip to content

Commit 181139a

Browse files
author
Jorge Aparicio
committed
.travis.yml: thumbs target have been renamed
1 parent ebbf8d5 commit 181139a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ matrix:
2222
- env: TARGET=powerpc-unknown-linux-gnu
2323
- env: TARGET=powerpc64-unknown-linux-gnu
2424
- env: TARGET=powerpc64le-unknown-linux-gnu
25-
- env: TARGET=thumbv6m-none-eabi
26-
- env: TARGET=thumbv7em-none-eabi
27-
- env: TARGET=thumbv7em-none-eabihf
28-
- env: TARGET=thumbv7m-none-eabi
25+
- env: TARGET=thumbv6m-linux-eabi
26+
- env: TARGET=thumbv7em-linux-eabi
27+
- env: TARGET=thumbv7em-linux-eabihf
28+
- env: TARGET=thumbv7m-linux-eabi
2929
- env: TARGET=x86_64-apple-darwin
3030
os: osx
3131
env: TARGET=x86_64-unknown-linux-gnu
@@ -38,7 +38,7 @@ install:
3838
- source ~/.cargo/env
3939
- case $TARGET in
4040
x86_64-apple-darwin | x86_64-unknown-linux-gnu) ;;
41-
thumbv*-none-eabi*) rustup component add rust-src ;;
41+
thumbv*eabi*) rustup component add rust-src ;;
4242
*) rustup target add $TARGET;;
4343
esac
4444

0 commit comments

Comments
 (0)