Skip to content

Commit

Permalink
Test that package installs successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Nov 17, 2013
1 parent 236eacb commit 523586e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ before_script:
- composer --version
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
- composer install -n --dev --prefer-source

script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
script: composer install -n --dev --prefer-source

0 comments on commit 523586e

Please sign in to comment.