We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7a5bc commit c45420aCopy full SHA for c45420a
.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