From 9bfc1bb77714b6752c5d69324e775f33002c3d73 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 18 Mar 2014 02:23:16 +0100 Subject: Added version screen to the Travis output - This helps identifying the build system as well as to ensure that the produced executables can start without crashing. Signed-off-by: Haru --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6e60500c..4de81e6a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ before_script: - uname -a script: - - ./configure --enable-debug && make sql -j3 + - ./configure --enable-debug && make sql -j3 && ./map-server --version - make clean - - ./configure --disable-renewal --enable-debug && make sql -j3 + - ./configure --disable-renewal --enable-debug && make sql -j3 && ./map-server --version notifications: email: false -- cgit v1.2.3-60-g2f50