Skip to content

Commit cbd45a9

Browse files
Add new variants to travis
1 parent 83f354a commit cbd45a9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ rust:
33
- stable
44
- nightly
55
cache: cargo
6-
env:
7-
- MCU=stm32f042
86
matrix:
97
allow_failures:
108
- rust: nightly
119
fast_finish: true
1210
script:
1311
- rustup target add thumbv6m-none-eabi
14-
- cargo build --features=$MCU
12+
- cargo build --features=stm32f042
13+
- cargo build --features=stm32f030
14+
- cargo build --features=stm32f030x6
15+
- cargo build --features=stm32f030x8
16+
- cargo build --features=stm32f030xc
17+
- cargo build

0 commit comments

Comments
 (0)