also build tests on travis CI

This commit is contained in:
Dennis Luxen 2015-01-20 17:56:30 +01:00
parent bf7b146dfc
commit 087f08dad2

View File

@ -24,7 +24,7 @@ before_script:
- bundle install
- mkdir build
- cd build
- cmake .. $CMAKEOPTIONS
- cmake .. $CMAKEOPTIONS -DBUILD_TOOLS=1
script:
- make -j 2
- make -j 2 tests