Chore(Cleanup): Remove Redudant Cases

This commit is contained in:
Tochukwu Nkemdilim
2021-02-07 18:48:37 +01:00
parent a58b88d7e8
commit d701b45a68
2 changed files with 0 additions and 30 deletions
View File
-30
View File
@@ -14,40 +14,10 @@ matrix:
allow_failures: allow_failures:
- rust: nightly - rust: nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script: script:
- cargo build - cargo build
- cargo test - cargo test
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- libssl-dev
after_success:
- travis-cargo --only stable doc-upload
- travis-cargo coveralls --no-sudo
- |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
# Uncomment the following line for coveralls.io
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
# Uncomment the following two lines create and upload a report for codecov.io
cargo tarpaulin --out Xml
bash <(curl -s https://codecov.io/bash)
fi
notifications: notifications:
email: email:
on_success: never on_success: never
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=dev