diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2024-11-01 18:27:23 -0400 |
|---|---|---|
| committer | Kevin Hoerr <kjhoerr@submelon.tech> | 2024-11-01 18:31:40 -0400 |
| commit | ab8f02068b558fbc740b8dd6b222d622d86d178b (patch) | |
| tree | 5fb9574cb9588947e00c7cfed583d6adc6b9ec75 | |
| parent | 9e6c7f6a9512cd90404da5e3e55bfb6fe91d73ee (diff) | |
| download | august-offensive-ab8f02068b558fbc740b8dd6b222d622d86d178b.tar.gz august-offensive-ab8f02068b558fbc740b8dd6b222d622d86d178b.tar.bz2 august-offensive-ab8f02068b558fbc740b8dd6b222d622d86d178b.zip | |
Remove old travis CI config file
| -rw-r--r-- | .travis.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e05b88a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -language: rust -rust: - - stable - - beta - - nightly -cache: cargo - -matrix: - allow_failures: - - rust: nightly - fast_finish: true - -before_cache: - - | - if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then - cargo install -f cargo-tarpaulin - fi -script: - - cargo build --verbose --all - - cargo test --verbose --all -after_success: - - | - if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then - cargo tarpaulin --out Xml - bash <(curl -s https://codecov.io/bash) - echo "Uploaded code coverage" - fi
\ No newline at end of file |
