]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Merge pull request #3010 from topecongiro/issue-3009
[rust.git] / .travis.yml
index 7817471ed394c93348be6984f567b00ca1f54a90..f5242b79d5c8d906b2be4e3f01a4cb2ca58fb55f 100644 (file)
@@ -35,18 +35,20 @@ matrix:
     - env: INTEGRATION=stdsimd
     - env: INTEGRATION=tempdir
   allow_failures:
-    # Needs `edition = "Edition2018"` in rustfmt.toml
+    # Needs `edition = "2018"` in rustfmt.toml
     - env: INTEGRATION=chalk
     # Fails tests, don't know why
     - env: INTEGRATION=crater
     # Doesn't build
     - env: INTEGRATION=futures-rs
+    # Doesn't build - seems to be because of an option
+    - env: INTEGRATION=packed_simd
+    # Weird bug I can't reproduce: #2969
+    - env: INTEGRATION=rand
     # Test failure
     - env: INTEGRATION=rust-clippy
     # Build failure
     - env: INTEGRATION=rust-semverver
-    # See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
-    - env: INTEGRATION=stdsimd
 
 script:
   - |