Merge pull request #61 from JoshuaEstes/master

removed coveralls from build
This commit is contained in:
Joshua Estes 2014-07-11 14:01:25 -04:00
commit 24cbba9821
4 changed files with 1 additions and 36 deletions

View File

@ -1,23 +0,0 @@
# The MIT License (MIT)
#
# Copyright (c) 2011-2014 BitPay LLC
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
service-name: travis-ci
src_dir: .

1
.gitattributes vendored
View File

@ -22,7 +22,6 @@
# These files are not included when making
# an archive of this repository.
/tests export-ignore
.coveralls.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore

View File

@ -9,8 +9,6 @@ BitPay Inc Magento Plugin
[![Code Coverage](https://scrutinizer-ci.com/g/bitpay/magento-plugin/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/bitpay/magento-plugin/?branch=master)
[![Coverage Status](https://img.shields.io/coveralls/bitpay/magento-plugin.svg)](https://coveralls.io/r/bitpay/magento-plugin)
# Installation
## Download

View File

@ -46,10 +46,7 @@
<phingcall target="magento:install" />
</parallel>
<phingcall target="phpunit" />
<parallel threadCount="2">
<phingcall target="coveralls" />
<phingcall target="ocular:code-coverage:upload" />
</parallel>
<phingcall target="ocular:code-coverage:upload" />
</target>
<target name="clean" hidden="true">
@ -76,12 +73,6 @@
<exec executable="bin/phpunit" passthru="true" />
</target>
<target name="coveralls">
<exec executable="bin/coveralls" passthru="true">
<arg value="-v" />
</exec>
</target>
<target name="scrutinizer:ocular:download">
<if>
<not>