Skip to content

Commit fd82913

Browse files
committed
Fix Travis to run without specifying PHPUnit config
1 parent b6fc4b9 commit fd82913

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
@@ -19,4 +19,4 @@ before_script:
1919
- composer require phpunit/phpunit:${PHPUNIT}
2020

2121
script:
22-
- ./vendor/bin/phpunit -c phpunit.xml.example
22+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)