Skip to content

Commit

Permalink
Use most recent composer version for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Oct 29, 2012
1 parent 0af0e40 commit 6ea129f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.4

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

script: phpunit

0 comments on commit 6ea129f

Please sign in to comment.