[ci] Remove Travis CI
This completes the switch to github actions
This commit is contained in:
parent
6b30d508f7
commit
9d014d7781
1 changed files with 0 additions and 22 deletions
22
.travis.yml
22
.travis.yml
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue