Skip to content

Commit 13a20ae

Browse files
authored
Merge pull request #54 from japaric/stable
CI: run tests on stable
2 parents e2fbadf + 8c37d3b commit 13a20ae

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ language: rust
33
matrix:
44
include:
55
- env: TARGET=x86_64-unknown-linux-gnu
6-
rust: beta
6+
rust: stable
77
if: branch != master
88

9-
# wait for 1.29-beta
10-
# - env: TARGET=thumbv6m-none-eabi
11-
# rust: beta
12-
# if: branch != master
9+
- env: TARGET=thumbv6m-none-eabi
10+
rust: beta
11+
if: branch != master
1312

1413
- env: TARGET=thumbv7m-none-eabi
15-
rust: beta
14+
rust: stable
1615
if: branch != master
1716

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

0 commit comments

Comments
 (0)