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

Commit a89e949

Browse files
committed
Install coveralls.io client only in CI
1 parent 33d3bc5 commit a89e949

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ notifications:
2727
before_install:
2828
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
2929
- composer self-update
30+
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
3031

3132
install:
3233
- travis_retry composer install --no-interaction --ignore-platform-reqs

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"zendframework/zend-version": "~2.4",
4040
"zendframework/zend-view": "~2.4",
4141
"fabpot/php-cs-fixer": "1.7.*",
42-
"satooshi/php-coveralls": "dev-master",
4342
"phpunit/PHPUnit": "~4.0"
4443
},
4544
"suggest": {

0 commit comments

Comments
 (0)