Skip to content

Commit

Permalink
allow nightly build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed May 9, 2020
1 parent a86a595 commit d62fbb8
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
Expand Up @@ -6,6 +6,8 @@ matrix:
- rust: stable
- rust: nightly
env: DO_COV=true CARGO_INCREMENTAL=0 RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"
allow_failures:
- rust: nightly

addons:
apt:
Expand Down

0 comments on commit d62fbb8

Please sign in to comment.