Skip to content

Commit

Permalink
Move satooshi/php-coveralls from composer.json to travis composer req…
Browse files Browse the repository at this point in the history
…uire command
  • Loading branch information
padraic committed Feb 15, 2015
1 parent 4fd0c68 commit 3ea058d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"hamcrest/hamcrest-php": "~1.1",
"satooshi/php-coveralls": "~0.7@dev"
"hamcrest/hamcrest-php": "~1.1"
},
"autoload": {
"psr-0": { "Mockery": "library/" }
Expand Down
3 changes: 2 additions & 1 deletion travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ if [[ "$TRAVIS_PHP_VERSION" == "5.3.3" ]]; then
export PATH=$PWD/phar:$PATH
echo PATH is $PATH
fi
composer install -n
composer install -n
composer require --dev satooshi/php-coveralls:~0.7@dev

0 comments on commit 3ea058d

Please sign in to comment.