From 50214c54066bfe9340d4574df91afb3f4f5b1160 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Thu, 8 Aug 2013 13:04:48 +0200 Subject: Run unit tests with travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b8699ec1..c8b479f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ script: - mkdir build && cd build - cmake .. - make -j3 + - make test # build docs separately - make docs -- cgit v1.2.3