]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Use concat() instead of join("")
[rust.git] / .travis.yml
index b7118865a0ddd215321c3b684b6ea0f105dccf54..42e0938d78298068c52ec23714871bde2d8ae3b2 100644 (file)
@@ -28,37 +28,19 @@ matrix:
     - 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=tempdir
   allow_failures:
-    # See: https://github.com/rust-lang-nursery/rustfmt/issues/2789
-    - env: INTEGRATION=chalk
-    # PR sent
-    - env: INTEGRATION=crater
-    # #2721
-    - env: INTEGRATION=rand
     # 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
-    # Doesn't build
-    - env: INTEGRATION=rust-semverver
-    # 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
 
 script:
   - |