summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-06-02 15:24:33 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-02 15:24:33 -0700
commitb062821d3ec2efa4aacff94ba2b501fc2c05bc1b (patch)
treec1f5aa7b8934cbe50625f34f6bc8cb7684f3e546 /.travis.yml
parent4b5eae39f201ffbe7f4a0e08a28380099469efe8 (diff)
parent5e4d7072a657be4a8ef1f7fb86c77c09651315e7 (diff)
Merge pull request #2837 from avagin:make-startup-option
PiperOrigin-RevId: 314415164
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40c8773fa..fbc0e46d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,10 @@ jobs:
- os: linux
arch: arm64
script:
- - uname -a && make smoke-test
+ # 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.
+ - uname -a && make smoke-test 2>&1 | cat
branches:
except:
# Skip copybara branches.