diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-11 14:04:26 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-11 14:04:26 -0700 |
commit | 13f2664cfeeab61d256f39817b63d9d600050131 (patch) | |
tree | 2e8bb8678f580662035b6f3e37e232327ea01056 | |
parent | 44575bf726a6ddb259a0c6419be4517a05c1b9bc (diff) | |
parent | c45420a3f53a47cd01d78efe8c76bb2bdebbf4d4 (diff) |
Merge pull request #2946 from avagin:travis-pipefail
PiperOrigin-RevId: 315972822
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fbc0e46d7..4cb202b7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: # 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 + - bash -xeo pipefail -c 'uname -a && make smoke-test 2>&1 | cat' branches: except: # Skip copybara branches. |