We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44575bf + c45420a commit 13f2664Copy full SHA for 13f2664
.travis.yml
@@ -16,7 +16,7 @@ script:
16
# On arm64, we need to create our own pipes for stderr and stdout,
17
# otherwise we will not be able to open /dev/stderr. This is probably
18
# due to AppArmor rules.
19
- - uname -a && make smoke-test 2>&1 | cat
+ - bash -xeo pipefail -c 'uname -a && make smoke-test 2>&1 | cat'
20
branches:
21
except:
22
# Skip copybara branches.
0 commit comments