Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Coverall: Fix dev dependencies and TravisCI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Aug 27, 2018
1 parent 218c28c commit fe1fe60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
src_dir: src
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ script:
- composer run test

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/php-coveralls -v

sudo: false
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"phpmd/phpmd": "2.1.*",
"phploc/phploc": "2.0.*",
"sebastian/phpcpd": "2.0.*",
"satooshi/php-coveralls": "0.6.*",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpcov": "^2.0",
"apigen/apigen": "4.0.*",
"klarna/apigen-theme": "~1.0"
},
Expand Down

0 comments on commit fe1fe60

Please sign in to comment.