Skip to content

Commit 77dbe32

Browse files
committed
Update phpunit invocation for Travis
- No longer need the `-c ./test/` directive.
1 parent 340c7db commit 77dbe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_script:
1010
- composer install --dev --prefer-source
1111

1212
script:
13-
- ./vendor/bin/phpunit -c ./test --coverage-clover ./build/logs/clover.xml
13+
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
1414
- ./bin/check-cs.sh
1515

1616
after_script:

0 commit comments

Comments
 (0)