CI: Remove travis, once and for all

This commit is contained in:
Henrik Tjäder 2023-06-30 01:14:40 +02:00 committed by Emil Fresk
parent 08c0065c02
commit 6480ec5c3a
2 changed files with 0 additions and 94 deletions

View file

@ -1,31 +0,0 @@
language: rust
matrix:
include:
# MSRV
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.36.0
- env: TARGET=x86_64-unknown-linux-gnu
rust: stable
before_install: set -e
script:
- bash ci/script.sh
after_script: set +e
cache: cargo
before_cache:
- chmod -R a+r $HOME/.cargo;
branches:
only:
- staging
- trying
notifications:
email:
on_success: never