Skip to content

Commit 421f1fa

Browse files
committed
Don't use cross for thumb target CI
1 parent 3239c2b commit 421f1fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@ matrix:
6464

6565
# Ensure that we successfully build without libstd
6666
- name: "thumbv6m-none-eabi"
67-
env: TARGET=thumbv6m-none-eabi CROSS=1 NO_STD=1
67+
env: TARGET=thumbv6m-none-eabi NO_STD=1
68+
script:
69+
# cross doesn't seem to work with thumb targets...
70+
- rustup target install $TARGET
71+
- sh ci/run.sh
6872

6973
install: travis_retry rustup target add "${TARGET}"
7074
script: sh ci/run.sh

0 commit comments

Comments
 (0)