summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2020-07-24 17:29:09 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-24 17:31:09 -0700
commitad97134ce2deaae7ffded0ce1b78920fe960465d (patch)
tree311efa84282543e15143c6eac077c0d78161a66d /.travis.yml
parentbd97206fa13d18d870b4120e831b11630d6fa98f (diff)
travis: run only arm64 builds
The travis capacity is limited, but we build and test amd64 on kokoro. PiperOrigin-RevId: 323103934
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d3141f38..1d955b05d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,10 @@ services:
- docker
jobs:
include:
- - os: linux
- arch: amd64
+ # AMD64 builds are tested on kokoro, so don't run them in travis to save
+ # capacity for arm64 builds.
+ # - os: linux
+ # arch: amd64
- os: linux
arch: arm64
script: