]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Handle a macro argument with a single keyword
[rust.git] / .travis.yml
index 2d4dcf1c601170b80a101145f763c5b7eea4739c..6d23717dfb41ab126fb5c0318e64d101541a3dec 100644 (file)
@@ -23,7 +23,6 @@ matrix:
     - env: INTEGRATION=chalk
     - env: INTEGRATION=crater
     - env: INTEGRATION=error-chain
-    - env: INTEGRATION=failure
     - env: INTEGRATION=futures-rs
     - env: INTEGRATION=glob
     - env: INTEGRATION=log
@@ -35,20 +34,12 @@ 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
-    # Weird bug I can't reproduce: #2969
-    - env: INTEGRATION=rand
-    # Test failure
-    - env: INTEGRATION=rust-clippy
-    # Build failure
+    # Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
     - env: INTEGRATION=rust-semverver
+    # can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
+    - env: INTEGRATION=failure
 
 script:
   - |