X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.travis.yml;h=d699bd842eeccb031b041de681252282f7a229cd;hb=e70343a5f520c1a028336fc1ccd09479ef4084ae;hp=6d23717dfb41ab126fb5c0318e64d101541a3dec;hpb=4fb8594107b146c60dd9282f00567ccb2e02ffa9;p=rust.git diff --git a/.travis.yml b/.travis.yml index 6d23717dfb4..d699bd842ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,33 +19,39 @@ matrix: - env: CFG_RELEASE_CHANNEL=beta - os: osx - env: INTEGRATION=bitflags - - env: INTEGRATION=cargo - env: INTEGRATION=chalk - env: INTEGRATION=crater - env: INTEGRATION=error-chain - - 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 + - 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 - 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 + # `cargo test` doesn't finish - disabling for now. + # - env: INTEGRATION=cargo 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