re-enable cucumber tests on travis CI

This commit is contained in:
Dennis Luxen 2014-01-23 13:44:40 +01:00
parent 40517e3010
commit 2138fdfadf

View File

@ -13,6 +13,9 @@ before_script:
- cd build
- cmake .. $CMAKEOPTIONS
script: make -j3
after_script:
- cd ..
- cucumber -p verify
branches:
only:
- master