Skip to content

Commit 954a8b6

Browse files
committed
trying to make coveralls work
1 parent 9271648 commit 954a8b6

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
@@ -10,11 +10,11 @@ php:
1010
- hhvm
1111

1212
before_script:
13-
- composer install --dev --no-interaction
13+
- composer install --no-interaction
1414

1515
script:
1616
- mkdir -p build/logs
17-
- phpunit -c app/ src/ --coverage-clover build/logs/clover.xml
17+
- phpunit --coverage-clover build/logs/clover.xml
1818

1919
#after_script:
2020
# - php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)