summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-06-11 14:04:26 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-11 14:04:26 -0700
commit13f2664cfeeab61d256f39817b63d9d600050131 (patch)
tree2e8bb8678f580662035b6f3e37e232327ea01056
parent44575bf726a6ddb259a0c6419be4517a05c1b9bc (diff)
parentc45420a3f53a47cd01d78efe8c76bb2bdebbf4d4 (diff)
Merge pull request #2946 from avagin:travis-pipefail
PiperOrigin-RevId: 315972822
-rw-r--r--.travis.yml2
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.