about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-03-21 16:54:48 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2020-03-21 16:54:48 +0100
commit9d014d77813fd28b29d4c3fd166d429274fc94a2 (patch)
treebef2eaa367c28d424b5f96552c2a8049446ffb53
parent6b30d508f7c624140b34ccd677bd66e5830bac6c (diff)
downloadrust-9d014d77813fd28b29d4c3fd166d429274fc94a2.tar.gz
rust-9d014d77813fd28b29d4c3fd166d429274fc94a2.zip
[ci] Remove Travis CI
This completes the switch to github actions
-rw-r--r--.travis.yml22
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