Skip to content

Commit 662dcb6

Browse files
committed
Update Travis build matrix
1 parent 2450868 commit 662dcb6

File tree

1 file changed

+9
-28
lines changed

1 file changed

+9
-28
lines changed

.travis.yml

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
language: rust
22

3-
matrix:
4-
include:
5-
#- env: TARGET=x86_64-unknown-linux-gnu
6-
# if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
7-
8-
#- env: TARGET=riscv32imac-unknown-none-elf
9-
# if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
10-
11-
#- env: TARGET=x86_64-unknown-linux-gnu
12-
# rust: beta
13-
# if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
3+
env:
4+
- TARGET=x86_64-unknown-linux-gnu
5+
- TARGET=riscv32imac-unknown-none-elf
146

15-
#- env: TARGET=riscv32imac-unknown-none-elf
16-
# rust: beta
17-
# if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
18-
19-
- env: TARGET=x86_64-unknown-linux-gnu
20-
rust: nightly
21-
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
7+
rust:
8+
- nightly
9+
- stable
2210

23-
- env: TARGET=riscv32imac-unknown-none-elf
24-
rust: nightly
25-
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
11+
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
2612

13+
matrix:
14+
include:
2715
- env: TARGET=riscv64imac-unknown-none-elf
2816
rust: nightly
2917
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
@@ -32,13 +20,6 @@ matrix:
3220
rust: nightly
3321
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
3422

35-
- env: TARGET=x86_64-unknown-linux-gnu
36-
rust: stable
37-
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
38-
39-
- env: TARGET=riscv32imac-unknown-none-elf
40-
rust: stable
41-
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
4223

4324
before_install: set -e
4425

0 commit comments

Comments
 (0)