Daniel Supernault 6 years ago
parent
commit
f25da930d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -22,7 +22,7 @@ jobs:
       - checkout
 
       - run: sudo apt update && sudo apt install zlib1g-dev libsqlite3-dev
-      - run: sudo docker-php-ext-install pcntl
+      - run: sudo -E docker-php-ext-install bcmath pcntl zip
 
       # Download and cache dependencies