Skip to content

Commit 40fd018

Browse files
Merge #214
214: Allow CI on nightly to fail r=adamgreig a=jonas-schievink Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2 parents e41b273 + ba5072c commit 40fd018

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ branches:
8888
- staging
8989
- trying
9090

91+
jobs:
92+
allow_failures:
93+
- rust: nightly
94+
9195
notifications:
9296
email:
9397
on_success: never

0 commit comments

Comments
 (0)