From 9c443adc612a5bc880087cedf110324e4b3549cf Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 26 May 2015 16:05:07 +0200 Subject: [PATCH] Travis: output cmake version in before_install --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4afd30468..4f54bf8a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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