File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11sudo : required
22
3- language : php
3+ language : bash
44
55services :
66 - docker
1111 - IMAGE='php:7.1-cli' TNT_CLIENT=pecl
1212 - IMAGE='php:5.6-cli' TNT_CLIENT=pure
1313 - IMAGE='php:7.0-cli' TNT_CLIENT=pure
14- - IMAGE='php:7.1-cli' TNT_CLIENT=pure PHPUNIT_OPTS='--coverage-clover=coverage.clover'
15- - IMAGE='php:7.2-cli' TNT_CLIENT=pure
14+ - IMAGE='php:7.1-cli' TNT_CLIENT=pure
15+ - IMAGE='php:7.2-cli' TNT_CLIENT=pure PHPUNIT_OPTS='--coverage-clover=coverage.clover'
1616
1717install :
1818 - ./dockerfile.sh | tee /dev/tty | docker build -t queue -
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33if [[ -z " $IMAGE " ]] ; then
4- IMAGE=' php:7.1 -cli'
4+ IMAGE=' php:7.2 -cli'
55fi
66
77if [[ -z " $TNT_CLIENT " ]] ; then
@@ -32,7 +32,7 @@ FROM $IMAGE
3232RUN apt-get update && \\
3333 apt-get install -y git curl zlib1g-dev${RUN_CMDS} && \\
3434 curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \\
35- composer global require 'phpunit/phpunit:^4.8|^5.0|^6.0 '${RUN_POST_CMDS}
35+ composer global require 'phpunit/phpunit'${RUN_POST_CMDS}
3636
3737ENV PATH=~/.composer/vendor/bin:\$ PATH
3838ENV TARANTOOL_HOST=tarantool TARANTOOL_PORT=3301
You can’t perform that action at this time.
0 commit comments