Skip to content

Commit d0ac4b8

Browse files
committed
Installs coveralls package from composer.json require-dev instead of during pipeline build.
1 parent ed6a63d commit d0ac4b8

File tree

3 files changed

+596
-5
lines changed

3 files changed

+596
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ php:
44
- '7.0'
55
- '7.1'
66

7-
# Install test coverage package.
8-
install:
9-
- composer require satooshi/php-coveralls
10-
117
# Install packages and create test coverage log directory.
128
before_script:
139
- composer install --dev --no-interaction

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.7",
20+
"satooshi/php-coveralls": "^1.0",
2021
"squizlabs/php_codesniffer": "^2.8"
2122
},
2223
"autoload": {

0 commit comments

Comments
 (0)