Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit b7834c9

Browse files
bors[bot]japaric
andcommitted
Merge #7
7: ci: test on stable r=therealprof a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2 parents 8a7e690 + 965a1c7 commit b7834c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ language: rust
33
matrix:
44
include:
55
- env: TARGET=x86_64-unknown-linux-gnu
6-
rust: beta
6+
rust: stable
77

88
- env: TARGET=thumbv7m-none-eabi
9-
rust: beta
9+
rust: stable
1010
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1111

1212
- env: TARGET=thumbv7em-none-eabi
13-
rust: beta
13+
rust: stable
1414
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1515

1616
- env: TARGET=thumbv7em-none-eabihf
17-
rust: beta
17+
rust: stable
1818
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
1919

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

0 commit comments

Comments
 (0)