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

Commit 60d3ca1

Browse files
committed
Install coveralls.io client only in CI
1 parent 2091028 commit 60d3ca1

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
@@ -40,7 +40,6 @@
4040
"zendframework/zend-session": "dev-master",
4141
"zendframework/zend-uri": "~2.4",
4242
"fabpot/php-cs-fixer": "1.7.*",
43-
"satooshi/php-coveralls": "dev-master",
4443
"phpunit/PHPUnit": "~4.0"
4544
},
4645
"suggest": {

0 commit comments

Comments
 (0)