Skip to content

Commit 7f09a68

Browse files
authored
Update .travis.yml
1 parent b4b999a commit 7f09a68

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
@@ -14,7 +14,7 @@ before_script:
1414
- mkdir -p build/logs
1515

1616
script:
17-
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml --test-suffix .php --colors --report-useless-tests
17+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1818

1919
after_success:
2020
- sh -c 'if( [ "$TRAVIS_PHP_VERSION" != "hhvm" ] ); then php vendor/bin/coveralls -v; fi;'

0 commit comments

Comments
 (0)