Skip to content

Commit

Permalink
Tweak travis-ci command.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 30, 2013
1 parent 6915e3f commit 4ee892b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ php:
- 5.5

before_script:
- composer install --prefer-source --no-interaction --dev
- composer self-update
- composer require satooshi/php-coveralls:~0.6 --prefer-source --no-interaction --dev

script: phpunit -c phpunit.xml --coverage-text

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"php": ">=5.3.3",
"laravel/framework": "4.0.*"
},
"require-dev": {
"satooshi/php-coveralls": "~0.6"
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
Expand Down

0 comments on commit 4ee892b

Please sign in to comment.