Updated to shorten the command

parent ecc974e7
#!/usr/bin/env bash
sleep 3 && composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit
\ No newline at end of file
sleep 3 &&
composer install --prefer-source --no-interaction &&
php ./vendor/bin/phpunit &&
php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml &&
php ./vendor/bin/coveralls -v
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment