From 214881d843fdef24c1ec541487012e187b6a9473 Mon Sep 17 00:00:00 2001 From: Alexey Proshutinskiy Date: Thu, 2 Sep 2021 19:00:40 +0300 Subject: [PATCH] turn off travis --- .travis.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b1d8a9c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: rust - -os: - - linux - - osx - -rust: - - stable - - beta - - nightly - -script: - - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then - cargo bench; - cargo build; - cargo test; - else - cargo build; - cargo test; - fi - -notifications: - email: false