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

Commit ea90428

Browse files
committed
Merge branch 'hotfix/48'
Close #48
2 parents 6524aff + 73a36c6 commit ea90428

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
env:
1010
global:
1111
- COMPOSER_ARGS="--no-interaction"
12-
- COVERAGE_DEPS="satooshi/php-coveralls"
12+
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1313

1414
matrix:
1515
include:
@@ -108,7 +108,7 @@ script:
108108
- if [[ $CS_CHECK == 'true' ]]; then composer license-check ; fi
109109

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

113113
notifications:
114114
email: false

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"cs-fix": "phpcbf",
6565
"test": "phpunit --colors=always",
6666
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
67-
"upload-coverage": "coveralls -v",
6867
"license-check": "docheader check src/ test/"
6968
}
7069
}

0 commit comments

Comments
 (0)