Skip to content

Commit

Permalink
Merge pull request #37 from edamov/feature/update-dependencies
Browse files Browse the repository at this point in the history
Update php-coveralls library to ^2.0. Fix travis config
  • Loading branch information
edamov authored May 14, 2018
2 parents f4046eb + cd1c8d7 commit 6e130d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ before_install:

script:
- docker run --name=php7.1 -e TRAVIS=true -e TRAVIS_JOB_ID="${TRAVIS_JOB_ID}" -d -v /home/travis/build/edamov/pushok:/home/pushok edamov/pushok-docker tail -f /dev/null
- docker exec -t php7.1 /bin/sh -c "cd /home/pushok && php /composer.phar update ${COMPOSER_FLAGS} --no-interaction --prefer-dist && /home/pushok/vendor/bin/phpunit --coverage-clover /home/pushok/build/logs/clover.xml && php /home/pushok/vendor/bin/coveralls -v"
- docker exec -t php7.1 /bin/sh -c "cd /home/pushok && php /composer.phar update ${COMPOSER_FLAGS} --no-interaction --prefer-dist && /home/pushok/vendor/bin/phpunit --coverage-clover /home/pushok/build/logs/clover.xml && php /home/pushok/vendor/bin/php-coveralls -v"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ext-xdebug": "*",
"phpunit/phpunit" : "~4.0||~5.0",
"squizlabs/php_codesniffer": "^2.3",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6e130d8

Please sign in to comment.