update gitlab ci

This commit is contained in:
Jack Goh
2018-08-01 15:37:59 +08:00
parent 5df307a165
commit d2633eafc9
+1
View File
@@ -14,6 +14,7 @@ docker-php-ext-install mbstring pdo_mysql curl json intl gd xml zip bz2 opcache
# Install Composer and project dependencies.
curl -sS https://getcomposer.org/installer | php
php composer.phar install
composer update
# Copy over testing configuration.
cp .env.testing .env