Attempt to get Travis to install dependencies via composer

This commit is contained in:
Gregory Oschwald 2013-05-09 08:01:11 -07:00
parent 80fcd1d3e6
commit 4640a45664

View File

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