From 952f477c5e574109687773f0f1b77070ed9bb87d Mon Sep 17 00:00:00 2001 From: Filippo Bisconcin Date: Thu, 10 Oct 2019 19:03:16 +0200 Subject: [PATCH 1/5] Create .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..85a5f97 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +php: + - 5.3 + - 5.4 + - 5.5 + - 5.6 + - 7.1 + - 7.2 + +before_script: + - composer install From f07705fd420cabb427fb48679f22b7ec397e3dfa Mon Sep 17 00:00:00 2001 From: Filippo Bisconcin Date: Thu, 10 Oct 2019 19:08:58 +0200 Subject: [PATCH 2/5] Update .travis.yml --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85a5f97..d8c27c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,4 @@ php: - - 5.3 - - 5.4 - - 5.5 - - 5.6 - - 7.1 - 7.2 before_script: From 75ff9c0a4b18e2a8e637931a0b6bf355e6850034 Mon Sep 17 00:00:00 2001 From: Filippo Bisconcin Date: Thu, 10 Oct 2019 19:22:12 +0200 Subject: [PATCH 3/5] Update .travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8c27c2..afce884 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ +language: php + php: - 7.2 - + before_script: - composer install + +script: phpunit From 66a66f9e4481c0f3157d8d654833725c65556f82 Mon Sep 17 00:00:00 2001 From: Filippo Bisconcin Date: Thu, 10 Oct 2019 19:26:14 +0200 Subject: [PATCH 4/5] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8387903..1ec17c4 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # Laravel Submodels [![Latest Version on Packagist][ico-version]][link-packagist] +[![Travis][ico-travis]][link-travis] [![Total Downloads][ico-downloads]][link-downloads] Create submodels in Laravel @@ -105,7 +106,7 @@ license. Please see the [license file](license) for more information. [ico-version]: https://img.shields.io/packagist/v/biscofil/laravel-submodels.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/biscofil/laravel-submodels.svg?style=flat-square -[ico-travis]: https://img.shields.io/travis/biscofil/laravelsubmodels/master.svg?style=flat-square +[ico-travis]: https://img.shields.io/travis/biscofil/laravel-submodels/master.svg?style=flat-square [ico-styleci]: https://styleci.io/repos/12345678/shield [link-packagist]: https://packagist.org/packages/biscofil/laravel-submodels From 42b1b9b4807729d5878be83f060966b6ea523c0a Mon Sep 17 00:00:00 2001 From: Filippo Bisconcin Date: Thu, 10 Oct 2019 19:26:54 +0200 Subject: [PATCH 5/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1ec17c4..5318e10 100644 --- a/readme.md +++ b/readme.md @@ -106,7 +106,7 @@ license. Please see the [license file](license) for more information. [ico-version]: https://img.shields.io/packagist/v/biscofil/laravel-submodels.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/biscofil/laravel-submodels.svg?style=flat-square -[ico-travis]: https://img.shields.io/travis/biscofil/laravel-submodels/master.svg?style=flat-square +[ico-travis]: https://api.travis-ci.org/biscofil/laravel-submodels.svg?style=flat-square [ico-styleci]: https://styleci.io/repos/12345678/shield [link-packagist]: https://packagist.org/packages/biscofil/laravel-submodels