Using local composer didn't work

This commit is contained in:
Gregory Oschwald 2013-05-20 13:10:46 -07:00
parent fd1231e5f8
commit 57f6af0bfd

View File

@ -6,15 +6,14 @@ php:
- 5.5 - 5.5
before_install: before_install:
- curl -s http://getcomposer.org/installer | php - composer install
- php composer.phar install --dev --no-interaction
- pyrus install pear/PHP_CodeSniffer - pyrus install pear/PHP_CodeSniffer
- phpenv rehash - phpenv rehash
script: script:
- mkdir -p build/logs - mkdir -p build/logs
- phpcs --standard=PSR2 src/ - phpcs --standard=PSR2 src/
- php vendor/bin/phpunit -c phpunit.xml.dist - phpunit -c phpunit.xml.dist
after_script: after_script:
- php vendor/bin/coveralls - php vendor/bin/coveralls