diff --git a/.travis.yml b/.travis.yml index 21dfc6c7bec2..c0397552605f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/rustfmt.toml b/rustfmt.toml index 9b935b0a287f..c1f797409c39 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,3 @@ error_on_line_overflow = true error_on_unformatted = true +edition = "Edition2018" \ No newline at end of file