re-enable cucumber tests on travis CI
This commit is contained in:
parent
40517e3010
commit
2138fdfadf
@ -13,6 +13,9 @@ before_script:
|
|||||||
- cd build
|
- cd build
|
||||||
- cmake .. $CMAKEOPTIONS
|
- cmake .. $CMAKEOPTIONS
|
||||||
script: make -j3
|
script: make -j3
|
||||||
|
after_script:
|
||||||
|
- cd ..
|
||||||
|
- cucumber -p verify
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user