We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc32f9f + 4fb8594 commit ecde43eCopy full SHA for ecde43e
.travis.yml
@@ -23,7 +23,6 @@ matrix:
23
- env: INTEGRATION=chalk
24
- env: INTEGRATION=crater
25
- env: INTEGRATION=error-chain
26
- - env: INTEGRATION=failure
27
- env: INTEGRATION=futures-rs
28
- env: INTEGRATION=glob
29
- env: INTEGRATION=log
@@ -39,6 +38,8 @@ matrix:
39
38
- env: INTEGRATION=packed_simd
40
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
41
- env: INTEGRATION=rust-semverver
+ # can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
42
+ - env: INTEGRATION=failure
43
44
script:
45
- |
0 commit comments