failed tests fail the build, see #970

This commit is contained in:
Dennis Luxen 2014-04-01 12:41:48 +02:00
parent 0ef7a72b33
commit a5232f857e

View File

@ -16,11 +16,11 @@ before_script:
- cmake .. $CMAKEOPTIONS - cmake .. $CMAKEOPTIONS
script: script:
- make -j 2 - make -j 2
# - cd ..
# - cucumber -p verify
after_script:
- cd .. - cd ..
- cucumber -p verify - cucumber -p verify
after_script:
# - cd ..
# - cucumber -p verify
branches: branches:
only: only:
- master - master