From 3422acc2d7bdb9c5eb74bf67e3b76d4d9d12aa41 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Thu, 11 Apr 2024 20:23:28 -0700 Subject: [PATCH] no longer using travis-ci --- .travis.yml | 35 ----------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4fc023b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: rust -dist: bionic -addons: - apt: - packages: - - libssl-dev -rust: - - stable - - nightly -# - 1.44.1 - -jobs: - fast_finish: true - -cache: cargo - -before_script: | - if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then - cargo install cargo-tarpaulin - fi - -script: - - echo rust version is "$TRAVIS_RUST_VERSION" - - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then echo running with sanitizer; RUSTFLAGS="-Z sanitizer=address" cargo run --example arc-sanitize --target x86_64-unknown-linux-gnu; else echo not running on nightly so skipping sanitizer; fi - - cargo build --verbose --all - - cargo test --verbose --all - -after_success: | - if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then - cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID - fi - -notifications: - email: - on_success: never diff --git a/README.md b/README.md index 98e6e91..7babdab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Internment   [![Latest version](https://img.shields.io/crates/v/internment.svg)](https://crates.io/crates/internment) [![Documentation](https://docs.rs/internment/badge.svg)](https://docs.rs/internment) [![Build Status](https://travis-ci.org/droundy/internment.svg?branch=master)](https://travis-ci.org/droundy/internment) [![Windows Build status](https://ci.appveyor.com/api/projects/status/3dps5r08b5a78fyu?svg=true)](https://ci.appveyor.com/project/droundy/internment) +# Internment   [![Latest version](https://img.shields.io/crates/v/internment.svg)](https://crates.io/crates/internment) [![Documentation](https://docs.rs/internment/badge.svg)](https://docs.rs/internment) [![Windows Build status](https://ci.appveyor.com/api/projects/status/3dps5r08b5a78fyu?svg=true)](https://ci.appveyor.com/project/droundy/internment) [![Coverage Status](https://coveralls.io/repos/github/droundy/internment/badge.svg?branch=master)](https://coveralls.io/github/droundy/internment?branch=master) [Changelog](CHANGELOG.md)