Skip to content

Commit

Permalink
php-coverallsをTravis CIでのみインストールするよう改善
Browse files Browse the repository at this point in the history
  • Loading branch information
k-holy committed Apr 17, 2015
1 parent 57de8e1 commit ace8af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6

before_script:
- composer self-update
- composer require satooshi/php-coveralls:0.* --dev
- composer install --dev --no-interaction --prefer-source

script:
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
}
}

0 comments on commit ace8af9

Please sign in to comment.