Skip to content

Commit c4279a0

Browse files
committed
Test on stable as well
1 parent 53bcd5f commit c4279a0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@ language: rust
22

33
matrix:
44
include:
5+
- env: TARGET=x86_64-unknown-linux-gnu
6+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7+
rust: stable
8+
9+
- env: TARGET=armebv7r-none-eabi
10+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
11+
rust: stable
12+
13+
- env: TARGET=armebv7r-none-eabihf
14+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
15+
rust: stable
16+
17+
- env: TARGET=armv7r-none-eabi
18+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
19+
rust: stable
20+
21+
- env: TARGET=armv7r-none-eabihf
22+
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
23+
rust: stable
24+
525
# MSRV
626
- env: TARGET=x86_64-unknown-linux-gnu
727
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)

0 commit comments

Comments
 (0)