File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
- name : " x86_64-unknown-linux-gnu (stable)"
34
34
rust : stable
35
35
env : TARGET=x86_64-unknown-linux-gnu
36
- - name : " x86_64-unknown-linux-gnu (Rust 1.31 .0)"
36
+ - name : " x86_64-unknown-linux-gnu (Rust 1.32 .0)"
37
37
rust : 1.32.0
38
38
env : TARGET=x86_64-unknown-linux-gnu
39
39
- name : " i686-unknown-linux-gnu"
@@ -64,7 +64,11 @@ matrix:
64
64
65
65
# Ensure that we successfully build without libstd
66
66
- 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
68
72
69
73
install : travis_retry rustup target add "${TARGET}"
70
74
script : sh ci/run.sh
You can’t perform that action at this time.
0 commit comments