diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-03-21 16:54:48 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-03-21 16:54:48 +0100 |
| commit | 9d014d77813fd28b29d4c3fd166d429274fc94a2 (patch) | |
| tree | bef2eaa367c28d424b5f96552c2a8049446ffb53 | |
| parent | 6b30d508f7c624140b34ccd677bd66e5830bac6c (diff) | |
| download | rust-9d014d77813fd28b29d4c3fd166d429274fc94a2.tar.gz rust-9d014d77813fd28b29d4c3fd166d429274fc94a2.zip | |
[ci] Remove Travis CI
This completes the switch to github actions
| -rw-r--r-- | .travis.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a56566d89b5..00000000000 --- a/.travis.yml +++ /dev/null @@ -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 |
