Skip to content

Commit

Permalink
Installs coveralls package from composer.json require-dev instead of …
Browse files Browse the repository at this point in the history
…during pipeline build.
  • Loading branch information
dsposito committed Mar 10, 2017
1 parent ed6a63d commit d0ac4b8
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ php:
- '7.0'
- '7.1'

# Install test coverage package.
install:
- composer require satooshi/php-coveralls

# Install packages and create test coverage log directory.
before_script:
- composer install --dev --no-interaction
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "^2.8"
},
"autoload": {
Expand Down
Loading

0 comments on commit d0ac4b8

Please sign in to comment.