aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2024-11-01 18:27:23 -0400
committerKevin Hoerr <kjhoerr@submelon.tech>2024-11-01 18:31:40 -0400
commitab8f02068b558fbc740b8dd6b222d622d86d178b (patch)
tree5fb9574cb9588947e00c7cfed583d6adc6b9ec75
parent9e6c7f6a9512cd90404da5e3e55bfb6fe91d73ee (diff)
downloadaugust-offensive-ab8f02068b558fbc740b8dd6b222d622d86d178b.tar.gz
august-offensive-ab8f02068b558fbc740b8dd6b222d622d86d178b.tar.bz2
august-offensive-ab8f02068b558fbc740b8dd6b222d622d86d178b.zip
Remove old travis CI config file
-rw-r--r--.travis.yml27
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