Skip to content

Commit 7c48990

Browse files
Fix Travis CI
1 parent c86758b commit 7c48990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1515

1616
script:
17-
- phpunit --coverage-text --coverage-clover=coverage.clover
17+
- phpunit
1818

1919
after_script:
2020
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"laravel/framework": "^5.6|^6.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0|^8.0",
23+
"phpunit/phpunit": "^6.1|^7.0|^8.0",
2424
"mockery/mockery": "^1.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)