Skip to content

Commit

Permalink
fix travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudz committed Apr 6, 2018
1 parent 101986c commit 76b9575
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,50 +13,50 @@ before_script:
- cat .env
- env | sort

build:56:php-fpm:
build:5.6:php-fpm:
variables:
PHP_VERSION: "56"
PHP_VERSION: "5.6"
script:
- docker-compose build php-fpm

build:70:php-fpm:
build:7.0:php-fpm:
variables:
PHP_VERSION: "70"
PHP_VERSION: "7.0"
script:
- docker-compose build php-fpm

build:71:php-fpm:
build:7.1:php-fpm:
variables:
PHP_VERSION: "71"
PHP_VERSION: "7.1"
script:
- docker-compose build php-fpm

build:72:php-fpm:
build:7.2:php-fpm:
variables:
PHP_VERSION: "72"
PHP_VERSION: "7.2"
script:
- docker-compose build php-fpm

build:56:workspace:
build:5.6:workspace:
variables:
PHP_VERSION: "56"
PHP_VERSION: "5.6"
script:
- docker-compose build workspace

build:70:workspace:
build:7.0:workspace:
variables:
PHP_VERSION: "70"
PHP_VERSION: "7.0"
script:
- docker-compose build workspace

build:71:workspace:
build:7.1:workspace:
variables:
PHP_VERSION: "71"
PHP_VERSION: "7.1"
script:
- docker-compose build workspace

build:72:workspace:
build:7.2:workspace:
variables:
PHP_VERSION: "72"
PHP_VERSION: "7.2"
script:
- docker-compose build workspace
24 changes: 12 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ env:
matrix:
- HUGO_VERSION=0.20.2

- PHP_VERSION=56 BUILD_SERVICE=workspace
- PHP_VERSION=70 BUILD_SERVICE=workspace
- PHP_VERSION=71 BUILD_SERVICE=workspace
- PHP_VERSION=72 BUILD_SERVICE=workspace
- PHP_VERSION=5.6 BUILD_SERVICE=workspace
- PHP_VERSION=7.0 BUILD_SERVICE=workspace
- PHP_VERSION=7.1 BUILD_SERVICE=workspace
- PHP_VERSION=7.2 BUILD_SERVICE=workspace

- PHP_VERSION=56 BUILD_SERVICE=php-fpm
- PHP_VERSION=70 BUILD_SERVICE=php-fpm
- PHP_VERSION=71 BUILD_SERVICE=php-fpm
- PHP_VERSION=72 BUILD_SERVICE=php-fpm
- PHP_VERSION=5.6 BUILD_SERVICE=php-fpm
- PHP_VERSION=7.0 BUILD_SERVICE=php-fpm
- PHP_VERSION=7.1 BUILD_SERVICE=php-fpm
- PHP_VERSION=7.2 BUILD_SERVICE=php-fpm

- PHP_VERSION=hhvm BUILD_SERVICE=hhvm

# - PHP_VERSION=56 BUILD_SERVICE=php-worker
- PHP_VERSION=70 BUILD_SERVICE=php-worker
- PHP_VERSION=71 BUILD_SERVICE=php-worker
- PHP_VERSION=72 BUILD_SERVICE=php-worker
# - PHP_VERSION=5.6 BUILD_SERVICE=php-worker
- PHP_VERSION=7.0 BUILD_SERVICE=php-worker
- PHP_VERSION=7.1 BUILD_SERVICE=php-worker
- PHP_VERSION=7.2 BUILD_SERVICE=php-worker

- PHP_VERSION=NA BUILD_SERVICE=solr
- PHP_VERSION=NA BUILD_SERVICE="mssql rethinkdb aerospike"
Expand Down

0 comments on commit 76b9575

Please sign in to comment.