Skip @assets and @todo in Travis behat

This commit is contained in:
Ingo Schommer 2013-10-07 22:52:33 +02:00
parent 00d1c3f0e9
commit cd8eb646a7

View File

@ -31,7 +31,7 @@ before_script:
script:
- "if [ \"$BEHAT_TEST\" = \"\" ]; then phpunit framework/tests; fi"
- "if [ \"$BEHAT_TEST\" = \"1\" ]; then vendor/bin/behat @framework; fi"
- "if [ \"$BEHAT_TEST\" = \"1\" ]; then vendor/bin/behat --tags '~@todo&&~@assets' @framework; fi"
after_failure:
- "if [ \"$BEHAT_TEST\" = \"1\" ]; then sudo cat /var/log/apache2/error.log; fi"