.travis.yml
@@ -11,5 +11,7 @@ - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; echo "+++GCC4.8"; fi script: before_script: - cd build/linux && cmake ../.. script: - make