Update composer if it is old.

This commit is contained in:
Gregory Oschwald 2013-05-20 13:31:06 -07:00
parent 2b1ec4abbe
commit 0f76a28527

View File

@ -6,6 +6,7 @@ php:
- 5.5 - 5.5
before_install: before_install:
- composer self-update
- composer install --dev - composer install --dev
- pyrus install pear/PHP_CodeSniffer - pyrus install pear/PHP_CodeSniffer
- phpenv rehash - phpenv rehash