File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- service_name : travis-ci
2- src_dir : Slim
1+ json_path : coveralls-upload.json
Original file line number Diff line number Diff line change 99 - hhvm
1010
1111before_script :
12- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:dev-master squizlabs/php_codesniffer:2.* -n ; fi
12+ - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:1.* squizlabs/php_codesniffer:2.* -n ; fi
1313 - if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi
1414
1515script :
16- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then mkdir -p build/logs && phpunit --coverage-clover build/logs/ clover.xml ; fi
16+ - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-clover clover.xml ; fi
1717 - if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then phpunit ; fi
1818 - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then vendor/bin/phpcs ; fi
1919
2020after_script :
21- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
21+ - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls --coverage_clover=clover.xml - v ; fi
You can’t perform that action at this time.
0 commit comments