From 4354ff459e838fbf9bb1133723bfaad80fd479d8 Mon Sep 17 00:00:00 2001 From: Milton Mendoza Date: Thu, 15 Aug 2019 08:25:43 -0400 Subject: [PATCH] Run only develop branch --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e7030d01..66915ae2a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ jobs: steps: - checkout - run: service mysqld restart + - run: yum -y install php71-imap - run: mysql -u root -ppassword -e "create database test;" - run: composer install - run: