From d701b45a68646da3067472b94ebc69d8b3a8cefc Mon Sep 17 00:00:00 2001 From: Tochukwu Nkemdilim Date: Sun, 7 Feb 2021 18:48:37 +0100 Subject: [PATCH] Chore(Cleanup): Remove Redudant Cases --- .coveralls.yml | 0 .travis.yml | 30 ------------------------------ 2 files changed, 30 deletions(-) delete mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.travis.yml b/.travis.yml index 77cf74f..c348f47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,40 +14,10 @@ matrix: allow_failures: - rust: nightly -before_script: - - | - pip install 'travis-cargo<0.2' --user && - export PATH=$HOME/.local/bin:$PATH - script: - cargo build - 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: email: on_success: never - -env: - global: - - TRAVIS_CARGO_NIGHTLY_FEATURE=dev