]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/bitflags/.travis.yml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / bitflags / .travis.yml
index 60dc19e9a579ee8327e2de570ddfa83d148f3db0..b8f7eff93465e063fe548a64421aebaaa3fe6494 100644 (file)
@@ -2,6 +2,7 @@ os:
   - linux
   - osx
 language: rust
+cache: cargo
 rust:
   # This version is tested to avoid unintentional bumping of the minimum supported Rust version
   - 1.20.0
@@ -9,23 +10,14 @@ rust:
   - beta
   - nightly
 sudo: false
-before_script:
-  - pip install -v 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
-  - if [[ -e ~/Library/Python/2.7/bin ]]; then export PATH=~/Library/Python/2.7/bin:$PATH; fi
 script:
-  - cargo build --verbose
-  - cargo test --verbose
-  - travis-cargo --only nightly test
-  - cargo doc --no-deps
-after_success:
-  - travis-cargo --only nightly doc-upload
+  - cargo test
+  - (cd ./test_suite && cargo test $([ "$TRAVIS_RUST_VERSION" = nightly ] && echo '--features unstable'))
 env:
   global:
-    - TRAVIS_CARGO_NIGHTLY_FEATURE=unstable_testing
     - secure: "DoZ8g8iPs+X3xEEucke0Ae02JbkQ1qd1SSv/L2aQqxULmREtRcbzRauhiT+ToQO5Ft1Lul8uck14nPfs4gMr/O3jFFBhEBVpSlbkJx7eNL3kwUdp95UNroA8I43xPN/nccJaHDN6TMTD3+uajTQTje2SyzOQP+1gvdKg17kguvE="
 
 
-
 notifications:
   email:
     on_success: never