Skip to content

Commit 1d33ea6

Browse files
committed
WIP
1 parent fb6b5ec commit 1d33ea6

File tree

8 files changed

+6
-111
lines changed

8 files changed

+6
-111
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ services:
2121
before_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

2626
script:
27-
- travis_retry ./pu-${PU_FILE}.sh
27+
- ./pu-${PU_FILE}.sh
2828

2929
after_success:
3030
- travis_retry php vendor/bin/php-coveralls -v

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

phpunit-54.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

phpunit-55.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

phpunit-56.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

pu-54.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ mv original-composer.json composer.json
2020

2121
mkdir -p ./build/logs
2222
vendor/bin/phpunit --configuration phpunit-54.xml --coverage-text --coverage-clover ./build/logs/clover.xml
23+
rm phpunit-54.xml

pu-55.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ mv original-composer.json composer.json
2020

2121
mkdir -p ./build/logs
2222
vendor/bin/phpunit --configuration phpunit-55.xml --coverage-text --coverage-clover ./build/logs/clover.xml
23+
rm phpunit-55.xml

pu-56.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ mv original-composer.json composer.json
1919

2020
mkdir -p ./build/logs
2121
vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover ./build/logs/clover.xml
22+
rm phpunit-56.xml

0 commit comments

Comments
 (0)