Skip to content

Commit

Permalink
Fixed coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jul 26, 2014
1 parent fb8be60 commit b78a1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ php:

before_script:
- composer self-update
- composer require satooshi/php-coveralls:dev-master
- composer install --dev --no-interaction

script:
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"php": ">=5.3.0",
"illuminate/support": "4.*"
},
"require-dev": {
"satooshi/php-coveralls": "*"
},
"autoload": {
"psr-0": {
"Jenssegers\\Model": "src/"
Expand Down

0 comments on commit b78a1e8

Please sign in to comment.