We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a81cf commit 85062f5Copy full SHA for 85062f5
.travis.yml
@@ -16,7 +16,7 @@ before_script:
16
- php app/console version:install --env=test
17
- php app/console doctrine:fixtures:load --no-interaction --env=test
18
19
-script: phpunit -c app --coverage-clover build/logs/clover.xml
+script: phpunit --coverage-clover build/logs/clover.xml -c app
20
21
after_script:
22
- - php vendor/bin/coveralls -v
+ - bin/coveralls -v
0 commit comments