Skip to content

Commit

Permalink
add failure xcode6.4 travis build into the allow_failures group tempo…
Browse files Browse the repository at this point in the history
…rarily (#305)
  • Loading branch information
Cylix authored and thibault-martinez committed Jul 9, 2018
1 parent 8578dcf commit 5815040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-4.9']
env: MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9 && CMAKE_BUILD_TYPE=Debug && COVERAGE=1"
# The build below is declared as optional the time we understand the reason of its sudden failure
# OSX x Clang xcode 6.4 x Release
- os: osx
osx_image: xcode6.4
env: MATRIX_EVAL="CC=clang && CXX=clang++ && CMAKE_BUILD_TYPE=Release"

# Allow fast finish, even if the optional quality control jobs are not done yet
fast_finish: true
Expand Down

0 comments on commit 5815040

Please sign in to comment.