Moved composer install to the top so caching can work

This commit is contained in:
Yves Hoppe 2016-08-26 10:53:53 +02:00
parent 9a754e4484
commit 3322e761b5
1 changed files with 5 additions and 5 deletions

View File

@ -3,17 +3,17 @@ VERSION="$(git rev-parse --short HEAD)"
echo "Started building at $(date) - $(whoami)"
mkdir -p /tests/www
cp -r ./* /tests/www
cd /tests/www
# Update composer
composer self-update
# Install dependencies
composer install --no-interaction --no-progress
mkdir -p /tests/www
cp -r ./* /tests/www
cd /tests/www
cp jorobo.dist.ini jorobo.ini
cp RoboFile.dist.ini RoboFile.ini