Fix OSX gcc-4.x compilation (#455)

Fix OSX gcc-4.x compilation
This commit is contained in:
Eugene Kliuchnikov 2016-10-20 14:16:00 +02:00 committed by GitHub
parent b1db6f149a
commit 678f8627d3

View File

@ -153,6 +153,7 @@ matrix:
# - os: osx
# env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.5 CXX_COMPILER=g++-4.5
- os: osx
osx_image: beta-xcode6.2
env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
###