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

Commit e5a3482

Browse files
committed
Merge pull request #68 from Koopzington/travis-yml-coveralls-fix
Travis yml coverage fix
2 parents d4b8bf0 + 26c1db6 commit e5a3482

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
@@ -41,13 +41,13 @@ matrix:
4141
- DEPS=lowest
4242
- php: 5.6
4343
env:
44-
- EXECUTE_TEST_COVERALLS=true
4544
- DEPS=locked
4645
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"
4746
- PATH="$HOME/.local/bin:$PATH"
4847
- php: 5.6
4948
env:
5049
- DEPS=lastest
50+
- EXECUTE_TEST_COVERALLS=true
5151
- php: 7
5252
env:
5353
- DEPS=lowest
@@ -76,7 +76,7 @@ notifications:
7676
before_install:
7777
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
7878
- 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
8080

8181
install:
8282
- if [[ $DEPS == 'latest' ]]; then travis_retry composer require --dev --no-update $COMPOSER_ARGS $LATEST_DEPS ; fi

0 commit comments

Comments
 (0)