Skip to content

Commit

Permalink
use the composer installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Jun 28, 2012
1 parent c77bef4 commit 1778f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ php:
- 5.4 - 5.4


before_script: before_script:
- wget -nc http://getcomposer.org/composer.phar - curl -s http://getcomposer.org/installer | php --
- php composer.phar install --dev - php composer.phar install --dev


script: phpunit --coverage-text script: phpunit --coverage-text
Expand Down

0 comments on commit 1778f63

Please sign in to comment.