Skip to content

Commit 223352e

Browse files
committed
ci: test on stable
now that 1.31 is out
1 parent 27be420 commit 223352e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cortex-m-rt/.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ language: rust
33
matrix:
44
include:
55
- env: TARGET=x86_64-unknown-linux-gnu
6-
rust: beta
6+
rust: stable
77
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
88

99
- env: TARGET=thumbv6m-none-eabi
10-
rust: beta
10+
rust: stable
1111
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1212

1313
- env: TARGET=thumbv7m-none-eabi
14-
rust: beta
14+
rust: stable
1515
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1616

1717
- env: TARGET=thumbv7em-none-eabi
18-
rust: beta
18+
rust: stable
1919
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2020

2121
- env: TARGET=thumbv7em-none-eabihf
22-
rust: beta
22+
rust: stable
2323
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
2424

2525
- env: TARGET=x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)