-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/4.1.16: updated the changelog updated the dark mode for better readability fixed the validation messages on tags/topics bumped font awesome to 5.8 added query scopes to the BlogController stub to reduce the query load matrix build cleaned up tests and added publish command test Apply fixes from StyleCI (#450) added unit tests for the StoreViewData listener asset compiling refactored the model attributes to us snake case updated the Model::all() usages in the post controller to specify columns
- Loading branch information
Showing
25 changed files
with
320 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
language: php | ||
|
||
sudo: false | ||
|
||
php: | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
|
||
env: | ||
matrix: | ||
- LARAVEL=5.8.* | ||
- LARAVEL=dev-master | ||
|
||
matrix: | ||
fast_finish: true | ||
include: | ||
exclude: | ||
- php: 7.1 | ||
- php: 7.2 | ||
- php: 7.3 | ||
|
||
sudo: false | ||
env: LARAVEL=dev-master | ||
allow_failures: | ||
- env: LARAVEL=dev-master | ||
|
||
before_install: | ||
- phpenv config-rm xdebug.ini || true | ||
- travis_retry composer self-update | ||
|
||
install: | ||
- travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest | ||
- travis_retry composer require "illuminate/contracts=${LARAVEL}" --dev --prefer-dist --no-interaction --no-suggest | ||
|
||
script: vendor/bin/phpunit --verbose | ||
script: vendor/bin/phpunit --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"/js/app.js": "/js/app.js?id=e14eab4148aca57fd14d", | ||
"/css/app.css": "/css/app.css?id=30702a620a23ba741c32", | ||
"/css/app-dark.css": "/css/app-dark.css?id=1fb783dd9139fe579906", | ||
"/css/app-dark.css": "/css/app-dark.css?id=54414bb89e8d56761826", | ||
"/js/app.js.map": "/js/app.js.map?id=cac20b4e6af75f105d50", | ||
"/favicon.png": "/favicon.png?id=39d853e8c2bdbc38fde3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.