Skip to content

Commit d37ca5d

Browse files
committed
try a target that doesn't have std at all
1 parent 5d56449 commit d37ca5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ rust:
66
- stable
77
- beta
88
- nightly
9+
matrix:
10+
include:
11+
# try a target that doesn't have std at all
12+
- rust: stable
13+
env: TARGET=thumbv6m-none-eabi
14+
script:
15+
- rustup target add $TARGET
16+
- cargo build --verbose --target $TARGET --no-default-features
917
sudo: false
1018
script:
1119
- cargo build --verbose

0 commit comments

Comments
 (0)