]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Consider a multi-lined array as a block-like expression
[rust.git] / .travis.yml
index 1eeccb02cfa2796eeec98b03abbb9abb70dbb844..f5242b79d5c8d906b2be4e3f01a4cb2ca58fb55f 100644 (file)
@@ -28,36 +28,27 @@ 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:
-    # Needs `edition = "Edition2018"` in rustfmt.toml
+    # Needs `edition = "2018"` in rustfmt.toml
     - env: INTEGRATION=chalk
     # Fails tests, don't know why
     - env: INTEGRATION=crater
     # Doesn't build
     - env: INTEGRATION=futures-rs
-    # Unknown
+    # 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
-    # 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
+    # Build failure
+    - env: INTEGRATION=rust-semverver
 
 script:
   - |