Skip to content

Commit

Permalink
Merge pull request #157 from Nyholm/test-reporter
Browse files Browse the repository at this point in the history
Remove non-essential dev package
  • Loading branch information
cocojoe committed Jun 22, 2017
2 parents fb7758d + 60f4e34 commit 2c1aa9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -26,6 +26,7 @@ matrix:
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"

install:
- if [[ $COVERAGE = true ]]; then composer require codeclimate/php-test-reporter:^0.2 --no-update; fi
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

script:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -17,8 +17,7 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7",
"josegonzalez/dotenv": "^2.0",
"codeclimate/php-test-reporter": "^0.2.0"
"josegonzalez/dotenv": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2c1aa9d

Please sign in to comment.