Add composer-self update to travis.yml

This commit is contained in:
Jakub Turek 2015-02-14 14:13:43 +01:00
parent a4c42479f5
commit 4ae4965856

View file

@ -7,6 +7,7 @@ php:
- 5.6
install:
- composer self-update
- composer install --prefer-source
script: