Updated travis.yml

This commit is contained in:
Graham Campbell 2014-02-16 11:50:22 +00:00
parent 13fa9289a5
commit d6bc445c23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
language: php
before_script:
- composer install --prefer-source
- composer self-update
- composer install --no-interaction --prefer-source --dev
php:
- 5.3.3