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

Commit d07dc8c

Browse files
committed
Install coveralls.io client only in CI
1 parent 0ef0eac commit d07dc8c

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
@@ -19,7 +19,6 @@
1919
"zendframework/zend-di": "~2.4",
2020
"zendframework/zend-mvc": "~2.4",
2121
"fabpot/php-cs-fixer": "1.7.*",
22-
"satooshi/php-coveralls": "dev-master",
2322
"phpunit/PHPUnit": "~4.0"
2423
},
2524
"suggest": {

0 commit comments

Comments
 (0)