also build tests on Travis

This commit is contained in:
Dennis Luxen 2014-08-12 16:17:13 +02:00
parent 1592fe377a
commit 32191fb05a

View File

@ -23,6 +23,7 @@ before_script:
- cmake .. $CMAKEOPTIONS
script:
- make -j 2
- make -j 2 tests
- cd ..
- cucumber -p verify
after_script: