Skip to content

Commit 3478a72

Browse files
committed
matrix's children should not be a YAML list.
1 parent ad3d765 commit 3478a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ task:
2929
- image: rust:1.24.1
3030
env:
3131
matrix:
32-
- TARGET: x86_64-unknown-linux-gnu
33-
- TARGET: i686-unknown-linux-gnu
32+
TARGET: x86_64-unknown-linux-gnu
33+
TARGET: i686-unknown-linux-gnu
3434
cargo_cache:
3535
folder: $CARGO_HOME/registry
3636
fingerprint_script: cat Cargo.lock || echo ""

0 commit comments

Comments
 (0)