Update integration tests

This commit is contained in:
Nick Cameron 2018-07-18 13:02:23 +12:00
parent 90c5792565
commit aa61bd5c1a
2 changed files with 5 additions and 5 deletions

View file

@ -31,15 +31,14 @@ matrix:
- env: INTEGRATION=rand
- env: INTEGRATION=rust-clippy
- env: INTEGRATION=rust-semverver
- env: INTEGRATION=stdsimd
- env: INTEGRATION=tempdir
allow_failures:
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2789
# Needs `edition = "Edition2018"` in rustfmt.toml
- env: INTEGRATION=chalk
# PR sent
# Fails tests, don't know why
- env: INTEGRATION=crater
# #2721
- env: INTEGRATION=rand
# Doesn't build
# Unknown
- env: INTEGRATION=rust-clippy
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
- env: INTEGRATION=stdsimd

View file

@ -1,2 +1,3 @@
error_on_line_overflow = true
error_on_unformatted = true
edition = "Edition2018"