update gitlab ci

This commit is contained in:
Jack Goh
2018-08-01 15:47:26 +08:00
parent d2633eafc9
commit c892d36dd3
+1 -2
View File
@@ -12,8 +12,7 @@ apt-get install git libcurl4-gnutls-dev libicu-dev libmcrypt-dev libvpx-dev libj
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
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
composer update
# Copy over testing configuration.