]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Support path-clarity submodule
[rust.git] / .travis.yml
index 1eeccb02cfa2796eeec98b03abbb9abb70dbb844..741103b93a4eb24641cdc42e38d32113d711edea 100644 (file)
@@ -23,41 +23,23 @@ matrix:
     - env: INTEGRATION=chalk
     - env: INTEGRATION=crater
     - env: INTEGRATION=error-chain
-    - env: INTEGRATION=failure
-    - env: INTEGRATION=futures-rs
     - env: INTEGRATION=glob
     - env: INTEGRATION=log
     - env: INTEGRATION=mdbook
+    - env: INTEGRATION=packed_simd
     - env: INTEGRATION=rand
     - env: INTEGRATION=rust-clippy
     - env: INTEGRATION=rust-semverver
-    - env: INTEGRATION=stdsimd
+    - env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
     - 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
-    # Unknown
-    - env: INTEGRATION=rust-clippy
-    # See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
-    - env: INTEGRATION=stdsimd
-
-before_script:
-- |
-  if [ -z ${INTEGRATION} ]; then
-    if [ $TRAVIS_OS_NAME = 'osx' ]; then
-      virtualenv env &&
-      source env/bin/activate &&
-      python --version &&
-      pip install 'travis-cargo<0.2'
-    else
-      pip install 'travis-cargo<0.2' --user &&
-      export PATH="$(python -m site --user-base)/bin:$PATH"
-    fi
-  fi
+  allow_failures:
+    # Doesn't build - seems to be because of an option
+    - env: INTEGRATION=packed_simd
+    # 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:
   - |