fix xcode travis builds by skipping mkdir errors

This commit is contained in:
Dominic Hamon 2017-12-07 14:20:59 -08:00
parent 5b2c08668c
commit 7f2d2cd5b9

View File

@ -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