Skip to content

Commit 44bde8f

Browse files
Merge #214
214: Allow CI on nightly to fail r=adamgreig a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents e41b273 + f091619 commit 44bde8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 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

0 commit comments

Comments
 (0)