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

Commit 5ff81c1

Browse files
svyckaOcramius
authored andcommitted
fixed coveralls config and restricted satooshi/php-coveralls to ^1.0 stable version
1 parent 69699dc commit 5ff81c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
coverage_clover: clover.xml
22
json_path: coveralls-upload.json
3-
src_dir: src

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ notifications:
4545
before_install:
4646
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
4747
- composer self-update
48-
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
48+
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls:^1.0 ; fi
4949

5050
install:
5151
- travis_retry composer install --no-interaction --ignore-platform-reqs
@@ -60,4 +60,4 @@ after_success:
6060
- if [[ $DEPLOY_DOCS == "true" ]]; then echo "Preparing to build and deploy documentation" ; ./zf-mkdoc-theme/deploy.sh ; echo "Completed deploying documentation" ; fi
6161

6262
after_script:
63-
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/coveralls ; fi
63+
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/coveralls -v ; fi

0 commit comments

Comments
 (0)