diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-02 15:24:33 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-02 15:24:33 -0700 |
commit | b062821d3ec2efa4aacff94ba2b501fc2c05bc1b (patch) | |
tree | c1f5aa7b8934cbe50625f34f6bc8cb7684f3e546 /.travis.yml | |
parent | 4b5eae39f201ffbe7f4a0e08a28380099469efe8 (diff) | |
parent | 5e4d7072a657be4a8ef1f7fb86c77c09651315e7 (diff) |
Merge pull request #2837 from avagin:make-startup-option
PiperOrigin-RevId: 314415164
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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. |