Run unit tests with travis

This commit is contained in:
Florian Hahn 2013-08-08 13:04:48 +02:00
parent c171aad7c9
commit 50214c5406

View File

@ -30,6 +30,7 @@ script:
- mkdir build && cd build
- cmake ..
- make -j3
- make test
# build docs separately
- make docs