summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 40c8773faa425ba29126bd3798d975487fdbf0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.*$/