Skip to content

Commit 3702632

Browse files
committed
TEST: Build no-std test from Rust 1.36
1 parent b1bfb86 commit 3702632

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,15 @@ matrix:
2020
- rust: nightly
2121
env:
2222
- FEATURES='test_low_transition_point'
23-
- name: "no_std"
24-
rust: stable
23+
- rust: 1.36.0
24+
env: TARGET=thumbv6m-none-eabi
25+
before_script:
26+
- rustup target add $TARGET
27+
- set -ex
28+
script:
29+
- cargo build -vv --target=$TARGET
30+
- cargo build -v -p test-nostd --target=$TARGET
31+
- rust: stable
2532
env: TARGET=thumbv6m-none-eabi
2633
before_script:
2734
- rustup target add $TARGET

0 commit comments

Comments
 (0)