Run markbench after the tests pass

See https://github.com/kzykhys/Markbench

The check for PHP version is because Markbench does not run on HHVM.
This commit is contained in:
Haralan Dobrev 2014-02-14 01:37:31 +02:00
parent bc30ad8e30
commit 54f75d52f8

View File

@ -7,3 +7,10 @@ php:
- 5.3
- 5.2
- hhvm
after_success:
- php --version | grep Zend >/dev/null && composer require --no-update composer/composer:*@dev
- php --version | grep Zend >/dev/null && composer require kzykhys/markbench:*@dev
- php --version | grep Zend >/dev/null && vendor/bin/markbench benchmark --parser=erusev/parsedown --profile=blank
- php --version | grep Zend >/dev/null && vendor/bin/markbench benchmark --parser=erusev/parsedown --profile=default
- php --version | grep Zend >/dev/null && vendor/bin/markbench benchmark --parser=erusev/parsedown --profile=github-sample