Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 9b00347

Browse files
committed
Install coveralls.io client only in CI
1 parent fdd747a commit 9b00347

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ notifications:
3131
before_install:
3232
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
3333
- composer self-update
34+
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
3435

3536
install:
3637
- travis_retry composer install --no-interaction --ignore-platform-reqs

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"zendframework/zend-validator": "~2.4",
2626
"zendframework/zend-uri": "~2.4",
2727
"fabpot/php-cs-fixer": "1.7.*",
28-
"satooshi/php-coveralls": "dev-master",
2928
"phpunit/PHPUnit": "~4.0"
3029
},
3130
"suggest": {

0 commit comments

Comments
 (0)