Commit 7f2d2cd5 by Dominic Hamon

fix xcode travis builds by skipping mkdir errors

parent 5b2c0866
......@@ -142,7 +142,7 @@ before_script:
- if [ -n "${LIBCXX_BUILD}" ]; then
source .travis-libcxx-setup.sh;
fi
- mkdir build && cd build
- mkdir -p build && cd build
install:
- if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment