Skip to content
Snippets Groups Projects
Unverified Commit a58a9572 authored by teor's avatar teor
Browse files

Travis: Set pipefail

parent 96e620ca
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,8 @@ addons:
osx_image: xcode11.2
before_install:
## Set pipefail: we use pipes
- set -o pipefail || echo "pipefail failed"
## Create empty rust directories for non-Rust builds, so caching succeeds
- if [[ "$RUST_OPTIONS" == "" ]]; then mkdir -p $HOME/.cargo $TRAVIS_BUILD_DIR/src/rust/target; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment