From 9ee5e38fef35424b448d0357a9fd1134e3ab334f Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Thu, 25 Jan 2018 03:56:52 +0100 Subject: [PATCH] Allow the coroutine build to fail --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 62bb9c0..c0ff917 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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