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

Remove --dev option for composer in .travis.yml

This commit is contained in:
Jakub Turek 2015-02-14 13:28:26 +01:00
parent a9c4242675
commit 013ff021b8

View File

@ -7,4 +7,4 @@ php:
- 5.6
install:
- composer install --dev --prefer-source
- composer install --prefer-source