Skip to content

Commit e43cc50

Browse files
committed
Allow failures on nightly builds
1 parent 12d55e1 commit e43cc50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: rust
22

33
matrix:
4+
allow_failures:
5+
- rust: nightly
6+
47
include:
58
- env: TARGET=x86_64-unknown-linux-gnu
69
rust: stable

0 commit comments

Comments
 (0)