@@ -3,29 +3,28 @@ language: rust
3
3
matrix :
4
4
include :
5
5
- env : TARGET=x86_64-unknown-linux-gnu
6
- # TODO switch to 1.30-beta
7
- rust : nightly
6
+ rust : beta
7
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
8
+
9
+ - env : TARGET=thumbv6m-none-eabi
10
+ rust : beta
11
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
12
+
13
+ - env : TARGET=thumbv7m-none-eabi
14
+ rust : beta
15
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
16
+
17
+ - env : TARGET=thumbv7em-none-eabi
18
+ rust : beta
19
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
20
+
21
+ - env : TARGET=thumbv7em-none-eabihf
22
+ rust : beta
8
23
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
9
24
10
- # TODO enable when 1.30-beta is out
11
- # - env: TARGET=thumbv6m-none-eabi
12
- # rust: beta
13
- # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
14
-
15
- # TODO enable when 1.30-beta is out
16
- # - env: TARGET=thumbv7m-none-eabi
17
- # rust: beta
18
- # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
19
-
20
- # TODO enable when 1.30-beta is out
21
- # - env: TARGET=thumbv7em-none-eabi
22
- # rust: beta
23
- # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
24
-
25
- # TODO enable when 1.30-beta is out
26
- # - env: TARGET=thumbv7em-none-eabihf
27
- # rust: beta
28
- # if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
25
+ - env : TARGET=x86_64-unknown-linux-gnu
26
+ rust : nightly
27
+ if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
29
28
30
29
- env : TARGET=thumbv6m-none-eabi
31
30
rust : nightly
0 commit comments