]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
meta: bump rustfmt version to 1.4.23
[rust.git] / .travis.yml
index f54d4d55cd95bb142eef3bcba4e5175addc2e960..d699bd842eeccb031b041de681252282f7a229cd 100644 (file)
@@ -26,12 +26,13 @@ matrix:
     - env: INTEGRATION=log
     - env: INTEGRATION=mdbook
     - env: INTEGRATION=packed_simd
-    - env: INTEGRATION=rand
     - env: INTEGRATION=rust-semverver
     - env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
     - env: INTEGRATION=tempdir
     - env: INTEGRATION=futures-rs
   allow_failures:
+    # Using old configuration option
+    - env: INTEGRATION=rand
     # Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.
     - env: INTEGRATION=rust-clippy
     # Doesn't build - seems to be because of an option
@@ -46,8 +47,11 @@ matrix:
 script:
   - |
     if [ -z ${INTEGRATION} ]; then
+      export CFG_RELEASE_CHANNEL=nightly
+      export CFG_RELEASE=nightly
       cargo build
       cargo test
+      cargo test -- --ignored
     else
       ./ci/integration.sh
     fi