From 435f8878c62c045dae5ba71499f2bc295fcf1283 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 10 Feb 2024 08:09:04 +0100 Subject: Remove travis CI config Signed-off-by: Matthias Beyer --- .travis.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 23d0b5b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,36 +0,0 @@ -sudo: false -os: - - linux - -dist: - - trusty - -language: rust - -rust: - - 1.32.0 - - 1.33.0 - - stable - - beta - - nightly - -matrix: - allow_failures: - - rust: nightly - -script: - - cargo build --all --all-features --verbose -j 1 - - cargo test --all --all-features --verbose -j 1 - -cache: - cargo: true - -notifications: - email: - on_success: never - irc: - channels: - - chat.freenode.net#imag - template: - - "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}" - -- cgit v1.2.3