Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
use the preinstalled composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Jul 26, 2012
1 parent a634e43 commit 59c31e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ env:
- SYMFONY_VERSION=dev-master - SYMFONY_VERSION=dev-master


before_script: before_script:
- curl -s http://getcomposer.org/installer | php -- - php composer require symfony/framework-bundle:${SYMFONY_VERSION}
- php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION}


script: phpunit --coverage-text script: phpunit --coverage-text


Expand Down

0 comments on commit 59c31e2

Please sign in to comment.