Skip to content

Commit ecde43e

Browse files
authored
Merge pull request rust-lang#3323 from scampi/failure-repo
silence testing on the failure repo until it's fixed
2 parents bc32f9f + 4fb8594 commit ecde43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
- env: INTEGRATION=chalk
2424
- env: INTEGRATION=crater
2525
- env: INTEGRATION=error-chain
26-
- env: INTEGRATION=failure
2726
- env: INTEGRATION=futures-rs
2827
- env: INTEGRATION=glob
2928
- env: INTEGRATION=log
@@ -39,6 +38,8 @@ matrix:
3938
- env: INTEGRATION=packed_simd
4039
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
4140
- env: INTEGRATION=rust-semverver
41+
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
42+
- env: INTEGRATION=failure
4243

4344
script:
4445
- |

0 commit comments

Comments
 (0)