From c63b5495d3bc19d7879c6ddd1f7368cf4474cd37 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 13 Jan 2021 15:25:42 +0100 Subject: [PATCH] refactor: remove travis-ci --- .travis.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index eb5a0dd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: rust -sudo: required -dist: trusty -notifications: - email: false -addons: - apt: - packages: - - libssl-dev -env: - - PATH=$HOME/.cargo/bin:$PATH -script: - - cargo test -j2 --all -matrix: - fast_finish: true - include: - - rust: stable - # Run rustfmt in its own shard. - - rust: stable - env: - - SHARD=rustfmt - before_script: - - rustup component add --toolchain stable rustfmt-preview - script: - - echo "Checking project codebase with rustfmt release `cargo fmt --version`." - - cargo fmt --all -- --check - # Run Clippy in its own shard. - - rust: stable - env: - - SHARD=clippy - before_script: - - rustup component add --toolchain stable clippy - script: - - echo "Checking project codebase with Clippy release `cargo clippy --version`." - - cargo clippy --all --profile test -- libgit2 1.7.2