summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..40c8773fa
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+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:
+ - uname -a && make smoke-test
+branches:
+ except:
+ # Skip copybara branches.
+ - /^test\/cl.*$/