1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

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: