diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 0c7203f..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -src_dir: src/Mage -coverage_clover: build/logs/coverage.xml \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index bbef1fa..3241d8c 100644 --- a/.travis.yml +++ b/.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 diff --git a/README.md b/README.md index 0dc8225..12c0683 100644 --- a/README.md +++ b/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 diff --git a/composer.json b/composer.json index 0b38acf..e0dfa41 100644 --- a/composer.json +++ b/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": { diff --git a/composer.lock b/composer.lock index ddf023c..4fab24f 100644 --- a/composer.lock +++ b/composer.lock @@ -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",