]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Add and update tests for trait with paren
[rust.git] / .travis.yml
index a1be31d67f4f78d860962936961745a446de4ca3..12efdf1d901d10fa2325b9bacb36b85950ff298e 100644 (file)
@@ -34,16 +34,18 @@ matrix:
     - env: INTEGRATION=stdsimd
     - env: INTEGRATION=tempdir
   allow_failures:
-    # Need to run an lalrpop build step before testing?
+    # 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
+    - env: INTEGRATION=futures-rs
+    # Test failure
     - env: INTEGRATION=rust-clippy
-    # Doesn't build
+    # Build failure
     - env: INTEGRATION=rust-semverver
+    # See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
+    - env: INTEGRATION=stdsimd
 
 before_script:
 - |