Browse Source

[Nostromo] Coveralls and Travis

pull/1/head
Andrés Montañez 8 years ago
parent
commit
a6be26941c
  1. 2
      .coveralls.yml
  2. 3
      .travis.yml
  3. 1
      README.md
  4. 2
      composer.json
  5. 2
      composer.lock

2
.coveralls.yml

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

3
.travis.yml

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

1
README.md

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

2
composer.json

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

@ -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",

Loading…
Cancel
Save