summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-18 02:23:16 +0100
committerHaru <haru@dotalux.com>2014-04-17 06:09:50 +0200
commit9bfc1bb77714b6752c5d69324e775f33002c3d73 (patch)
tree30f89d08fafe2f16384bf928a7891a1dace326ee /.travis.yml
parent9822be06be8e50418a62939e17b823009a00f2ee (diff)
downloadhercules-9bfc1bb77714b6752c5d69324e775f33002c3d73.tar.gz
hercules-9bfc1bb77714b6752c5d69324e775f33002c3d73.tar.bz2
hercules-9bfc1bb77714b6752c5d69324e775f33002c3d73.tar.xz
hercules-9bfc1bb77714b6752c5d69324e775f33002c3d73.zip
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 <haru@dotalux.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files 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