Merge pull request #328 from GrahamCampbell/patch-1

Removed pointless self-updated
This commit is contained in:
Denis Sokolov
2015-11-22 20:36:18 +02:00
-3
View File
@@ -13,9 +13,6 @@ php:
sudo: false
before_script:
- composer self-update
# --prefer-source is required to avoid hitting GitHub API limit:
# https://github.com/composer/composer/issues/1314
- composer install --no-interaction --prefer-source
- if [ $TRAVIS_PHP_VERSION = "5.6" ]; then PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml"; fi