File tree Expand file tree Collapse file tree 8 files changed +6
-111
lines changed Expand file tree Collapse file tree 8 files changed +6
-111
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ services:
2121before_script :
2222 - travis_retry composer self-update
2323 - travis_retry composer install --no-interaction --prefer-source
24- - travis_retry chmod +x *.sh
24+ - chmod +x *.sh
2525
2626script :
27- - travis_retry ./pu-${PU_FILE}.sh
27+ - ./pu-${PU_FILE}.sh
2828
2929after_success :
3030 - travis_retry php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ relationships. This package is an attempt to address those requirements.
2424
2525## Requirements
2626- PHP >= 7.1.3
27- - Laravel >= 5.5
27+ - Laravel 5.4 - 5.6
2828
2929[ ![ installation guide cover] ( https://user-images.githubusercontent.com/1791050/36356190-fc1982b2-14a2-11e8-85ed-06f8e3b57ae8.png )] ( https://vimeo.com/256318402 )
3030
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ mv original-composer.json composer.json
2020
2121mkdir -p ./build/logs
2222vendor/bin/phpunit --configuration phpunit-54.xml --coverage-text --coverage-clover ./build/logs/clover.xml
23+ rm phpunit-54.xml
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ mv original-composer.json composer.json
2020
2121mkdir -p ./build/logs
2222vendor/bin/phpunit --configuration phpunit-55.xml --coverage-text --coverage-clover ./build/logs/clover.xml
23+ rm phpunit-55.xml
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ mv original-composer.json composer.json
1919
2020mkdir -p ./build/logs
2121vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover ./build/logs/clover.xml
22+ rm phpunit-56.xml
You can’t perform that action at this time.
0 commit comments