Skip to content

Commit

Permalink
Improve composer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 18, 2016
1 parent 3053933 commit d39d902
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ matrix:

cache:
directories:
- vendor
- $HOME/.composer/cache

before_install:
- composer self-update
- composer validate
- travis_retry composer self-update

install:
- travis_retry composer install --prefer-dist
- travis_retry composer update --no-interaction --prefer-source

script:
- composer test
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
{
"name" : "Ignace Nyamagana Butera",
"email" : "[email protected]",
"homepage" : "https://github.com/nyamsprod/",
"role" : "Developer"
"homepage" : "https://nyamsprod.com"
}
],
"support": {
Expand All @@ -27,7 +26,7 @@
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.9",
"phpunit/phpunit" : "^4.0 || ^5.0"
"phpunit/phpunit" : "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d39d902

Please sign in to comment.