Skip to content

Commit f091619

Browse files
Move allow_failures to matrix
1 parent ba5072c commit f091619

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: rust
22

33
matrix:
4+
allow_failures:
5+
- rust: nightly
46
include:
57
- env: TARGET=x86_64-unknown-linux-gnu
68
rust: stable
@@ -88,10 +90,6 @@ branches:
8890
- staging
8991
- trying
9092

91-
jobs:
92-
allow_failures:
93-
- rust: nightly
94-
9593
notifications:
9694
email:
9795
on_success: never

0 commit comments

Comments
 (0)