]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
silence build failures of futures-rs until https://github.com/rust-lang-nursery/futur...
[rust.git] / .travis.yml
index 88f56ac7885a92d80de3f8a0ce32e05eb4bc8a71..6e14f54425c80c1771f94af2a5110be6f5cf1f60 100644 (file)
@@ -23,43 +23,24 @@ 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:
-    # Need to run an lalrpop build step before testing?
-    - env: INTEGRATION=chalk
-    # PR sent
-    - env: INTEGRATION=crater
-    # #2721
-    - env: INTEGRATION=rand
-    # Doesn't build
-    - env: INTEGRATION=rust-clippy
-    # Doesn't build
+    # 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
-    # dues to a test failure (fails before Rustfmt'ing too)
-    - 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
+    # can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
+    - env: INTEGRATION=failure
+    # can be moved back once https://github.com/rust-lang-nursery/futures-rs/pull/1445 is merged
+    - env: INTEGRATION=futures-rs
 
 script:
   - |