Print the cmake version in travis

This commit is contained in:
Linus Probert 2018-02-22 23:31:56 +01:00
parent 7f449e7ef3
commit dc08e12a01
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ install:
script:
- mkdir build
- cd build
- cmake --version
- cmake ..
- make
- make test