This commit is contained in:
Andrés Montañez 2021-02-24 20:09:02 -03:00
parent 373ce5d761
commit 5f2646fe74
7 changed files with 3 additions and 3 deletions

4
.gitignore vendored Executable file → Normal file
View file

@ -2,5 +2,5 @@
/build
composer.lock
.mage.yml
.idea
.phpunit.result.cache
.phpunit.result.cache

0
.travis.yml Executable file → Normal file
View file

View file

@ -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/)

0
composer.json Executable file → Normal file
View file

0
src/Deploy/Strategy/ReleasesStrategy.php Executable file → Normal file
View file

0
src/Deploy/Strategy/RsyncStrategy.php Executable file → Normal file
View file

0
src/Runtime/Runtime.php Executable file → Normal file
View file