Skip to content

Commit 788413d

Browse files
committed
Allow failures in Travis configuration
1 parent 1ab2991 commit 788413d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ matrix:
152152
compiler: clang
153153
env: COMPILER='clang++'
154154

155+
allow_failures:
156+
- env: COMPILER=clang++-5.0
157+
- env: COMPILER=clang++-6.0
158+
- osx_image: xcode10
159+
160+
fast_finish: true
161+
155162
script:
156163
- export CXX=${COMPILER}
157164
- JOBS=2 # Travis machines have 2 cores.

0 commit comments

Comments
 (0)