fix travis tests
This commit is contained in:
parent
101986c76f
commit
76b95752bf
@ -13,50 +13,50 @@ before_script:
|
|||||||
- cat .env
|
- cat .env
|
||||||
- env | sort
|
- env | sort
|
||||||
|
|
||||||
build:56:php-fpm:
|
build:5.6:php-fpm:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "56"
|
PHP_VERSION: "5.6"
|
||||||
script:
|
script:
|
||||||
- docker-compose build php-fpm
|
- docker-compose build php-fpm
|
||||||
|
|
||||||
build:70:php-fpm:
|
build:7.0:php-fpm:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "70"
|
PHP_VERSION: "7.0"
|
||||||
script:
|
script:
|
||||||
- docker-compose build php-fpm
|
- docker-compose build php-fpm
|
||||||
|
|
||||||
build:71:php-fpm:
|
build:7.1:php-fpm:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "71"
|
PHP_VERSION: "7.1"
|
||||||
script:
|
script:
|
||||||
- docker-compose build php-fpm
|
- docker-compose build php-fpm
|
||||||
|
|
||||||
build:72:php-fpm:
|
build:7.2:php-fpm:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "72"
|
PHP_VERSION: "7.2"
|
||||||
script:
|
script:
|
||||||
- docker-compose build php-fpm
|
- docker-compose build php-fpm
|
||||||
|
|
||||||
build:56:workspace:
|
build:5.6:workspace:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "56"
|
PHP_VERSION: "5.6"
|
||||||
script:
|
script:
|
||||||
- docker-compose build workspace
|
- docker-compose build workspace
|
||||||
|
|
||||||
build:70:workspace:
|
build:7.0:workspace:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "70"
|
PHP_VERSION: "7.0"
|
||||||
script:
|
script:
|
||||||
- docker-compose build workspace
|
- docker-compose build workspace
|
||||||
|
|
||||||
build:71:workspace:
|
build:7.1:workspace:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "71"
|
PHP_VERSION: "7.1"
|
||||||
script:
|
script:
|
||||||
- docker-compose build workspace
|
- docker-compose build workspace
|
||||||
|
|
||||||
build:72:workspace:
|
build:7.2:workspace:
|
||||||
variables:
|
variables:
|
||||||
PHP_VERSION: "72"
|
PHP_VERSION: "7.2"
|
||||||
script:
|
script:
|
||||||
- docker-compose build workspace
|
- docker-compose build workspace
|
||||||
|
24
.travis.yml
24
.travis.yml
@ -7,22 +7,22 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
- HUGO_VERSION=0.20.2
|
- HUGO_VERSION=0.20.2
|
||||||
|
|
||||||
- PHP_VERSION=56 BUILD_SERVICE=workspace
|
- PHP_VERSION=5.6 BUILD_SERVICE=workspace
|
||||||
- PHP_VERSION=70 BUILD_SERVICE=workspace
|
- PHP_VERSION=7.0 BUILD_SERVICE=workspace
|
||||||
- PHP_VERSION=71 BUILD_SERVICE=workspace
|
- PHP_VERSION=7.1 BUILD_SERVICE=workspace
|
||||||
- PHP_VERSION=72 BUILD_SERVICE=workspace
|
- PHP_VERSION=7.2 BUILD_SERVICE=workspace
|
||||||
|
|
||||||
- PHP_VERSION=56 BUILD_SERVICE=php-fpm
|
- PHP_VERSION=5.6 BUILD_SERVICE=php-fpm
|
||||||
- PHP_VERSION=70 BUILD_SERVICE=php-fpm
|
- PHP_VERSION=7.0 BUILD_SERVICE=php-fpm
|
||||||
- PHP_VERSION=71 BUILD_SERVICE=php-fpm
|
- PHP_VERSION=7.1 BUILD_SERVICE=php-fpm
|
||||||
- PHP_VERSION=72 BUILD_SERVICE=php-fpm
|
- PHP_VERSION=7.2 BUILD_SERVICE=php-fpm
|
||||||
|
|
||||||
- PHP_VERSION=hhvm BUILD_SERVICE=hhvm
|
- PHP_VERSION=hhvm BUILD_SERVICE=hhvm
|
||||||
|
|
||||||
# - PHP_VERSION=56 BUILD_SERVICE=php-worker
|
# - PHP_VERSION=5.6 BUILD_SERVICE=php-worker
|
||||||
- PHP_VERSION=70 BUILD_SERVICE=php-worker
|
- PHP_VERSION=7.0 BUILD_SERVICE=php-worker
|
||||||
- PHP_VERSION=71 BUILD_SERVICE=php-worker
|
- PHP_VERSION=7.1 BUILD_SERVICE=php-worker
|
||||||
- PHP_VERSION=72 BUILD_SERVICE=php-worker
|
- PHP_VERSION=7.2 BUILD_SERVICE=php-worker
|
||||||
|
|
||||||
- PHP_VERSION=NA BUILD_SERVICE=solr
|
- PHP_VERSION=NA BUILD_SERVICE=solr
|
||||||
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"
|
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"
|
||||||
|
Loading…
Reference in New Issue
Block a user