Skip to content

Commit 85062f5

Browse files
bobfloatsroot
authored and
root
committed
Update travis config to get coverall to work
1 parent 35a81cf commit 85062f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- php app/console version:install --env=test
1717
- php app/console doctrine:fixtures:load --no-interaction --env=test
1818

19-
script: phpunit -c app --coverage-clover build/logs/clover.xml
19+
script: phpunit --coverage-clover build/logs/clover.xml -c app
2020

2121
after_script:
22-
- php vendor/bin/coveralls -v
22+
- bin/coveralls -v

0 commit comments

Comments
 (0)