Skip to content

Commit

Permalink
Merge pull request #3323 from scampi/failure-repo
Browse files Browse the repository at this point in the history
silence testing on the failure repo until it's fixed
  • Loading branch information
topecongiro authored Feb 6, 2019
2 parents bc32f9f + 4fb8594 commit ecde43e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ matrix:
- env: INTEGRATION=chalk
- env: INTEGRATION=crater
- env: INTEGRATION=error-chain
- env: INTEGRATION=failure
- env: INTEGRATION=futures-rs
- env: INTEGRATION=glob
- env: INTEGRATION=log
Expand All @@ -39,6 +38,8 @@ matrix:
- env: INTEGRATION=packed_simd
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
- env: INTEGRATION=rust-semverver
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
- env: INTEGRATION=failure

script:
- |
Expand Down

0 comments on commit ecde43e

Please sign in to comment.