File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 77
88compiler :
99- clang
10- # TODO: gcc chokes on a boost pthread usage, disabling for now.
11- # - gcc
10+ - gcc
11+
12+ matrix :
13+ exclude :
14+ - os : osx
15+ compiler : g++
1216
1317# check environment (copied from libgit2sharp)
1418before_install :
@@ -20,7 +24,7 @@ before_install:
2024# make sure cmake is installed, set up latest GCC C++ compiler if necessary
2125install :
2226 - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./ci/linux_install.sh; fi
23- # - if [ "${TRAVIS_OS_NAME}" = "linux" -a "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
27+ - if [ "${TRAVIS_OS_NAME}" = "linux" -a "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
2428 - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./ci/osx_install.sh; fi
2529
2630# TODO: could move script to separate file
You can’t perform that action at this time.
0 commit comments