diff --git a/.travis.yml b/.travis.yml index dadc85e..d60f65f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,10 @@ before_script: - cp tests/TestConfiguration.php.travis tests/TestConfiguration.php script: - # Run coding standard checks in parallel - - ls -d library/Zend/* tests/ZendTest/* bin | parallel --gnu --keep-order 'echo "Running {} CS checks"; ./vendor/bin/php-cs-fixer fix {} -v --dry-run --config-file=.php_cs;' || exit 1 # Run tests for the various components in parallel - ls -d tests/ZendTest/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/phpunit.xml.dist --coverage-php build/coverage/coverage-{/.}.cov {};' || exit 1 + # Run coding standard checks in parallel + - ls -d library/Zend/* tests/ZendTest/* bin | parallel --gnu --keep-order 'echo "Running {} CS checks"; ./vendor/bin/php-cs-fixer fix {} -v --dry-run --config-file=.php_cs;' || exit 1 after_script: # Merges the individual clover reports of each component into a single clover.xml