From def33a77dac63bf14e8fca37b03ce0546c112a78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sat, 16 Jan 2021 19:11:07 +0100 Subject: [PATCH] Delete Travis CI --- .travis.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 001bb6b6..00000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: rust -cache: cargo -os: linux -dist: xenial - -before_script: - - cargo fetch - -jobs: - allow_failures: - env: - - CAN_FAIL=true - include: - - stage: "Stable: Build" - rust: stable - script: cargo rustc --verbose -- -D warnings - name: "Build Stable" - - stage: "Stable: Tests" - rust: stable - script: cargo test --verbose --all - name: "Tests Stable" - - stage: "Features" - rust: stable - script: cargo test --verbose --all --no-default-features --features num - name: "num Tests" - env: CAN_FAIL=true - - stage: "Beta: Build" - # - # - rust: beta - script: cargo rustc --verbose -- -D warnings - name: "Build Beta" -- 2.54.0