Skip to content

Commit

Permalink
Remove allow-failures: nightly in CI configuration.
Browse files Browse the repository at this point in the history
*ring* is now using a patched version of the `num` crate that allows
the `rand`-crate-based functionality to be disabled, and Cargo.toml
was changed to remove the `rand` dependency, so *ring* works on the
Nightly channel again.
  • Loading branch information
briansmith committed Jan 8, 2016
1 parent 2369d79 commit fa01e36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: rust
matrix:
allow_failures:
- rust: nightly
fast_finish: true
include:
# The lines from "# BEGIN GENERATED" through "# END GENERATED" are
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ environment:
- TOOLCHAIN_VERSION: 12.0
RUST: nightly

matrix:
allow_failures:
- RUST: nightly

build_script: mk/appveyor.bat

0 comments on commit fa01e36

Please sign in to comment.