[Nostromo] Coveralls and Travis

This commit is contained in:
Andrés Montañez 2017-01-01 02:33:57 -03:00
parent 4dbbde0c1f
commit a6be26941c
5 changed files with 6 additions and 4 deletions

View file

@ -1,2 +0,0 @@
src_dir: src/Mage
coverage_clover: build/logs/coverage.xml

View file

@ -11,3 +11,6 @@ install:
script:
- mkdir -p build/logs
- vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
after_script:
- vendor/bin/coveralls -v --coverage_clover build/logs/coverage.xml

View file

@ -1,5 +1,6 @@
# Magallanes #
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.png)](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56)
[![Build Status](https://travis-ci.org/andres-montanez/Magallanes.svg?branch=nostromo)](https://travis-ci.org/andres-montanez/Magallanes)
### What's Magallanes? ###
Magallanes is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://www.magephp.com/v3

View file

@ -23,7 +23,7 @@
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"satooshi/php-coveralls": "^1.0"
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "b6805912d8f04eb5aa4a7aedfb5a3ef0",
"content-hash": "9c173713ae84b1c0c845e53cf8f62d27",
"packages": [
{
"name": "monolog/monolog",