Skip to content

Commit 71aa4ef

Browse files
committed
Allow clang/libstdc++ fail with std::variant
1 parent 9552a5e commit 71aa4ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ matrix:
104104
packages: ["clang-6.0", "g++-7", "python3-pip", "lcov"]
105105
sources: *apt_sources
106106

107+
allow_failures:
108+
# std::variant has bug in libstdc++:
109+
- env: COMPILER=clang++-5.0
110+
- env: COMPILER=clang++-6.0
111+
107112
script:
108113
- export CXX=$COMPILER
109114
- mkdir build && cd build

0 commit comments

Comments
 (0)