CMake 3.2 for travis by hand

This commit is contained in:
Daniel Sipka 2015-09-30 16:55:10 +02:00
parent c088e9225e
commit 82ab96ad05

View File

@ -17,6 +17,7 @@ before_install:
- ./configure - ./configure
- make - make
- sudo make install - sudo make install
- cd ..
before_script: before_script:
- export CXX=${COMPILER} - export CXX=${COMPILER}