From 5f2646fe74c1e41947caf37d7f70639618d32298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Wed, 24 Feb 2021 20:09:02 -0300 Subject: [PATCH] Tweaks --- .gitignore | 4 ++-- .travis.yml | 0 README.md | 2 +- composer.json | 0 src/Deploy/Strategy/ReleasesStrategy.php | 0 src/Deploy/Strategy/RsyncStrategy.php | 0 src/Runtime/Runtime.php | 0 7 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .travis.yml mode change 100755 => 100644 composer.json mode change 100755 => 100644 src/Deploy/Strategy/ReleasesStrategy.php mode change 100755 => 100644 src/Deploy/Strategy/RsyncStrategy.php mode change 100755 => 100644 src/Runtime/Runtime.php 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