]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
version-gate the trailing semicolon change of return statements inside a match arm
[rust.git] / .travis.yml
index 7c3573fde831152e06856387f72223ee986faca4..e38ed696d17b22a7e04933d38b5926369291388e 100644 (file)
@@ -35,16 +35,10 @@ matrix:
     - env: INTEGRATION=stdsimd
     - env: INTEGRATION=tempdir
   allow_failures:
-    # Needs `edition = "Edition2018"` 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
     # Test failure
     - env: INTEGRATION=rust-clippy
-    # Build failure
-    - env: INTEGRATION=rust-semverver
 
 script:
   - |