File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 77 build :
88 docker :
99 # specify the version you desire here
10- - image : circleci/php:7.1-jessie- node-browsers
11-
10+ - image : circleci/php:7.1-node-browsers
11+
1212 # Specify service dependencies here if necessary
1313 # CircleCI maintains a library of pre-built images
1414 # documented at https://circleci.com/docs/2.0/circleci-images/
1818
1919 steps :
2020 - checkout
21+ - run : sudo apt update # PHP CircleCI 2.0 Configuration File# PHP CircleCI 2.0 Configuration File sudo apt install zlib1g-dev libsqlite3-dev
22+ - run : sudo docker-php-ext-install zip
2123
2224 # Download and cache dependencies
2325 - restore_cache :
2931 - run : composer install -n --prefer-dist
3032
3133 - save_cache :
34+ key : v1-dependencies-{{ checksum "composer.json" }}
3235 paths :
3336 - ./vendor
34- key : v1-dependencies-{{ checksum "composer.json" }}
35-
37+
3638 # run tests!
3739 - run : ./vendor/bin/phpunit
Original file line number Diff line number Diff line change 11.DS_Store
2+ .idea
23vendor
34composer.lock
4- coverage
5+ coverage
You can’t perform that action at this time.
0 commit comments