Skip to content

Commit

Permalink
Ignore nightly and beta failures with issue 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Huszagh committed Dec 7, 2018
1 parent cab57fc commit ab87f46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ rust:
- nightly
- beta
- stable

# Bugs in issue 5 on nightly and beta on Travis, not reproducing on a local
# machine.
matrix:
allow_failures:
- rust: nightly
- rust: beta

script: |
cargo build &&
cargo test &&
Expand Down

0 comments on commit ab87f46

Please sign in to comment.