File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ language: rust
3
3
matrix :
4
4
include :
5
5
- env : TARGET=x86_64-unknown-linux-gnu
6
- rust : beta
6
+ rust : stable
7
7
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
8
8
9
9
- env : TARGET=thumbv6m-none-eabi
10
- rust : beta
10
+ rust : stable
11
11
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
12
12
13
13
- env : TARGET=thumbv7m-none-eabi
14
- rust : beta
14
+ rust : stable
15
15
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
16
16
17
17
- env : TARGET=thumbv7em-none-eabi
18
- rust : beta
18
+ rust : stable
19
19
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
20
20
21
21
- env : TARGET=thumbv7em-none-eabihf
22
- rust : beta
22
+ rust : stable
23
23
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
24
24
25
25
- env : TARGET=x86_64-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments