From 97716cb3fa3708de37c360148a0063ecf1992791 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 1 May 2019 12:09:05 -0600 Subject: [PATCH] Update CircleCI config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2257e726..3d690485a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: - checkout - run: sudo apt update && sudo apt install zlib1g-dev libsqlite3-dev - - run: sudo -E docker-php-ext-install bcmath pcntl zip + - run: sudo -E docker-php-ext-install bcmath intl pcntl zip # Download and cache dependencies