summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4cb202b7d..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-language: shell
-dist: xenial
-cache:
- directories:
- - /home/travis/.cache/bazel/
-os: linux
-services:
- - docker
-jobs:
- include:
- - os: linux
- arch: amd64
- - os: linux
- arch: arm64
-script:
- # On arm64, we need to create our own pipes for stderr and stdout,
- # otherwise we will not be able to open /dev/stderr. This is probably
- # due to AppArmor rules.
- - bash -xeo pipefail -c 'uname -a && make smoke-test 2>&1 | cat'
-branches:
- except:
- # Skip copybara branches.
- - /^test\/cl.*$/