Skip to content

Commit

Permalink
Temporarily make Rust Nightly builds allow_failures.
Browse files Browse the repository at this point in the history
This works around rust-lang/rust#30713.
  • Loading branch information
briansmith committed Jan 6, 2016
1 parent dd33195 commit 5e6d1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: rust
matrix:
allow_failures:
- rust: nightly
fast_finish: true
include:
# The lines from "# BEGIN GENERATED" through "# END GENERATED" are
Expand Down

0 comments on commit 5e6d1e3

Please sign in to comment.