diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index e31deec..34fa4e7 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ /build composer.lock .mage.yml -.idea -.phpunit.result.cache \ No newline at end of file +.phpunit.result.cache + diff --git a/.travis.yml b/.travis.yml old mode 100755 new mode 100644 diff --git a/README.md b/README.md index 3353211..5a6bc40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Magallanes -[![SensioLabsInsight](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.png)](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56) +[![SymfonyInsight](https://insight.symfony.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.svg)](https://insight.symfony.com/projects/ed0de53a-a12e-459b-9464-34def5907b56) [![Build Status](https://img.shields.io/travis/andres-montanez/Magallanes/master.svg)](https://travis-ci.org/andres-montanez/Magallanes) [![Coverage Status](https://img.shields.io/coveralls/andres-montanez/Magallanes/master.svg)](https://coveralls.io/github/andres-montanez/Magallanes?branch=master) [![Code Quality](https://img.shields.io/scrutinizer/g/andres-montanez/Magallanes.svg)](https://scrutinizer-ci.com/g/andres-montanez/Magallanes/) diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/src/Deploy/Strategy/ReleasesStrategy.php b/src/Deploy/Strategy/ReleasesStrategy.php old mode 100755 new mode 100644 diff --git a/src/Deploy/Strategy/RsyncStrategy.php b/src/Deploy/Strategy/RsyncStrategy.php old mode 100755 new mode 100644 diff --git a/src/Runtime/Runtime.php b/src/Runtime/Runtime.php old mode 100755 new mode 100644