[ci] Remove Travis CI

This completes the switch to github actions
This commit is contained in:
bjorn3 2020-03-21 16:54:48 +01:00
parent 6b30d508f7
commit 9d014d7781

View file

@ -1,22 +0,0 @@
language: rust
cache:
directories:
- $HOME/.cargo
os:
- linux
- osx
rust:
- nightly
script:
- ./prepare.sh
- ./test.sh --release
env:
global:
# Enable backtraces for easier debugging.
- RUST_BACKTRACE=1
# Reduce amount of benchmark runs as they are slow.
- COMPILE_RUNS=2 RUN_RUNS=2