Skip to content

Commit aa61bd5

Browse files
committed
Update integration tests
1 parent 90c5792 commit aa61bd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ matrix:
3131
- env: INTEGRATION=rand
3232
- env: INTEGRATION=rust-clippy
3333
- env: INTEGRATION=rust-semverver
34+
- env: INTEGRATION=stdsimd
3435
- env: INTEGRATION=tempdir
3536
allow_failures:
36-
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2789
37+
# Needs `edition = "Edition2018"` in rustfmt.toml
3738
- env: INTEGRATION=chalk
38-
# PR sent
39+
# Fails tests, don't know why
3940
- env: INTEGRATION=crater
40-
# #2721
41-
- env: INTEGRATION=rand
42-
# Doesn't build
41+
# Unknown
4342
- env: INTEGRATION=rust-clippy
4443
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
4544
- env: INTEGRATION=stdsimd

rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
error_on_line_overflow = true
22
error_on_unformatted = true
3+
edition = "Edition2018"

0 commit comments

Comments
 (0)