removed autoupdate of composer in build-all

This commit is contained in:
Martin Holzhauer 2015-04-21 22:19:50 +02:00
parent 53a2c0620d
commit 1ec6e10899

View File

@ -5,10 +5,8 @@ echo Building...
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
echo ' Updating composer'
./composer.phar self-update
cd ..
echo ' Installing dependencies'
cd ..
./build/composer.phar install
cd build