Travis: output cmake version in before_install

This commit is contained in:
Daniel Hahler 2015-05-26 16:05:07 +02:00
parent eb7fba2657
commit 9c443adc61
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ env:
# Disable 5.1 for now: no need to test both 5.1 and 5.2 currently.
# - LUA=5.1 LUAPKG=5.1 LUALIB=/usr/lib/x86_64-linux-gnu/liblua5.1.so
- LUA=5.2 LUAPKG=5.2 LUALIB=/usr/lib/x86_64-linux-gnu/liblua5.2.so
before_install:
- cmake --version
install:
# Travis boilerplate: the apt-get cache might be out of date.
- sudo apt-get update -qq