Skip to content

Commit 9839b74

Browse files
committed
Allow failures on Rust nightly
1 parent 2f3a9ac commit 9839b74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ rust:
44
- stable
55
- beta
66
- nightly
7+
8+
matrix:
9+
allow_failures:
10+
- rust: nightly

0 commit comments

Comments
 (0)