From 55f416b2bccb7e9fda3c046b9252bfd7635d712c Mon Sep 17 00:00:00 2001 From: Jack Wrenn Date: Tue, 8 Dec 2020 12:18:28 -0500 Subject: [PATCH] point bors to github actions; nix travis --- .travis.yml | 32 -------------------------------- bors.toml | 3 ++- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 310bce929..000000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -language: rust -sudo: false -matrix: - include: - - rust: 1.36.0 - script: - - | - cargo build --verbose --no-default-features && - cargo build --verbose --no-default-features --features "use_alloc" && - cargo build --verbose --features "$FEATURES" - - rust: stable - script: - - | - cargo build --verbose --no-default-features && - cargo build --verbose --no-default-features --features "use_alloc" && - cargo build --verbose --features "$FEATURES" && - cargo test --verbose --features "$FEATURES" && - cargo bench --no-run --verbose --features "$FEATURES" - - rust: beta - script: - - | - cargo build --verbose --no-default-features && - cargo build --verbose --no-default-features --features "use_alloc" && - cargo build --verbose --features "$FEATURES" && - cargo test --verbose --features "$FEATURES" && - cargo bench --no-run --verbose --features "$FEATURES" -branches: - only: - - master - # bors branches - - staging - - trying diff --git a/bors.toml b/bors.toml index 2523b2d82..0ba64a361 100644 --- a/bors.toml +++ b/bors.toml @@ -1,3 +1,4 @@ status = [ -"continuous-integration/travis-ci/push" +"msrv", +"stable" ]