0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

try update travis cmake version

This commit is contained in:
Sergey Yagovtsev 2016-06-29 06:57:06 +04:00
parent 17c69cee7d
commit b422379683

View File

@ -6,4 +6,11 @@ script:
- mkdir build
- cd build
- cmake --version
- cmake .. && make
- cmake .. && make
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- cmake
- cmake-data