Allow futures integration test to fail

This commit is contained in:
Nick Cameron 2018-07-20 22:19:08 +12:00
parent d7bc9b50da
commit b3aa671d71

View File

@ -38,6 +38,8 @@ matrix:
- env: INTEGRATION=chalk
# Fails tests, don't know why
- env: INTEGRATION=crater
# Doesn't build
- env: INTEGRATION=futures-rs
# Unknown
- env: INTEGRATION=rust-clippy
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2787