From feae2c164bbc10323e2de5c551b47bf439a18d49 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Sat, 23 Jun 2018 00:53:16 +0800 Subject: [PATCH] added composer update on gitlabci --- .gitlab-ci.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index 1377b496..4f0bb941 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -15,6 +15,9 @@ docker-php-ext-install mbstring pdo_mysql curl json intl gd xml zip bz2 opcache curl -sS https://getcomposer.org/installer | php php composer.phar install +# Update dependencies +composer update + # Copy over testing configuration. cp .env.testing .env