This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
coverage_clover : clover.xml
2
2
json_path : coveralls-upload.json
3
- src_dir : src
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ matrix:
41
41
- DEPS=lowest
42
42
- php : 5.6
43
43
env :
44
- - EXECUTE_TEST_COVERALLS=true
45
44
- DEPS=locked
46
45
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
47
46
- PATH="$HOME/.local/bin:$PATH"
48
47
- php : 5.6
49
48
env :
50
49
- DEPS=lastest
50
+ - EXECUTE_TEST_COVERALLS=true
51
51
- php : 7
52
52
env :
53
53
- DEPS=lowest
@@ -76,7 +76,7 @@ notifications:
76
76
before_install :
77
77
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
78
78
- composer self-update
79
- - if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
79
+ - if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev satooshi/php-coveralls:^1.0 ; fi
80
80
81
81
install :
82
82
- if [[ $DEPS == 'latest' ]]; then travis_retry composer require --dev --no-update $COMPOSER_ARGS $LATEST_DEPS ; fi
You can’t perform that action at this time.
0 commit comments