Skip to content

Commit

Permalink
Updated to php-coveralls/php-coveralls
Browse files Browse the repository at this point in the history
With version 2 package has been renamed from "satooshi/php-coveralls"
to "php-coveralls/php-coveralls", and the script has been renamed
from "coveralls" to "php-coveralls"
  • Loading branch information
michalbundyra committed Dec 14, 2017
1 parent 09e81a7 commit a896122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
env:
global:
- COMPOSER_ARGS="--no-interaction"
- COVERAGE_DEPS="satooshi/php-coveralls"
- COVERAGE_DEPS="php-coveralls/php-coveralls"
- TESTS_ZEND_CONFIG_YAML_ENABLED=true
- TESTS_ZEND_CONFIG_YAML_LIB_INCLUDE="Spyc.php"
- TESTS_ZEND_CONFIG_WRITER_YAML_CALLBACK="Spyc::YAMLDump"
Expand Down Expand Up @@ -76,7 +76,7 @@ script:
- if [[ $CHECK_CS == 'true' ]]; then composer license-check ; fi

after_script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then vendor/bin/php-coveralls -v ; fi

notifications:
email: false
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"upload-coverage": "coveralls -v",
"license-check": "docheader check src/"
}
}

0 comments on commit a896122

Please sign in to comment.