Skip to content

Commit

Permalink
Fix travis config to use guzzle/guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
TiGR committed Mar 25, 2015
1 parent 248dbed commit 80cd491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

before_script:
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
- composer require guzzle/guzzle:${GUZZLE_VERSION} --no-update
- composer install -n --dev --prefer-source

script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text

0 comments on commit 80cd491

Please sign in to comment.