Skip to content

Commit 7cb96a0

Browse files
committed
remove phpunit from require as installed in vendor
1 parent 60b660d commit 7cb96a0

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
@@ -26,7 +26,7 @@ cache:
2626

2727
before_script:
2828
- composer selfupdate
29-
- composer global require phpunit/phpunit fabpot/php-cs-fixer --no-update
29+
- composer global require fabpot/php-cs-fixer --no-update
3030
- composer global update --prefer-dist --no-interaction
3131
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
3232

0 commit comments

Comments
 (0)