Skip to content

Commit 2ee57dc

Browse files
author
Eugene Leonovich
committed
Tweak .travis.yml
1 parent 8e69226 commit 2ee57dc

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
@@ -42,9 +42,9 @@ before_script:
4242
script:
4343
- >
4444
bash -c 'if [[ 5.6 == $TRAVIS_PHP_VERSION ]]; then
45-
phpunit -v --coverage-clover coverage.clover;
45+
phpunit --coverage-clover coverage.clover;
4646
else
47-
phpunit -v;
47+
phpunit;
4848
fi;'
4949
5050
after_script:

0 commit comments

Comments
 (0)