Fix: Update composer itself in the before_install section

This commit is contained in:
Andreas Möller 2015-07-14 10:40:36 -04:00
parent dab22757a7
commit e9428d1d47

View File

@ -20,8 +20,10 @@ cache:
directories:
- $HOME/.composer/cache
before_script:
before_install:
- composer self-update
before_script:
- composer install --prefer-dist --no-interaction
script: