Allow the coroutine build to fail

This commit is contained in:
Denis Blank 2018-01-25 03:56:52 +01:00
parent 81f023ba36
commit 9ee5e38fef

View File

@ -42,6 +42,7 @@ matrix:
- WITH_NO_EXCEPTIONS=OFF
- WITH_AWAIT=OFF
allow_failures:
- os: linux
compiler: clang
addons:
@ -62,6 +63,7 @@ matrix:
install:
- export CXX=$COMPILER
- $CXX --version
script:
############################################################################
# Install libc++ and libc++abi if needed