Skip to content

Commit c21c676

Browse files
authored
Merge pull request laradock#1309 from bestlong/refactoring-travis
Refactor travis.yml
2 parents e1ccd84 + 1c194f5 commit c21c676

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.travis.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ env:
77
matrix:
88
- HUGO_VERSION=0.20.2
99

10-
- PHP_VERSION=56 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis"
11-
- PHP_VERSION=70 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis"
12-
- PHP_VERSION=71 BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb phpmyadmin postgres postgres-postgis pgadmin neo4j mongo redis"
13-
1410
- PHP_VERSION=56 BUILD_SERVICE=workspace
1511
- PHP_VERSION=70 BUILD_SERVICE=workspace
1612
- PHP_VERSION=71 BUILD_SERVICE=workspace
@@ -19,11 +15,11 @@ env:
1915
- PHP_VERSION=70 BUILD_SERVICE=php-fpm
2016
- PHP_VERSION=71 BUILD_SERVICE=php-fpm
2117

22-
- PHP_VERSION=hhvm BUILD_SERVICE="hhvm"
18+
- PHP_VERSION=hhvm BUILD_SERVICE=hhvm
2319

24-
# - PHP_VERSION=56 BUILD_SERVICE="php-worker"
25-
- PHP_VERSION=70 BUILD_SERVICE="php-worker"
26-
- PHP_VERSION=71 BUILD_SERVICE="php-worker"
20+
# - PHP_VERSION=56 BUILD_SERVICE=php-worker
21+
- PHP_VERSION=70 BUILD_SERVICE=php-worker
22+
- PHP_VERSION=71 BUILD_SERVICE=php-worker
2723

2824
- PHP_VERSION=56 BUILD_SERVICE=mssql
2925
- PHP_VERSION=70 BUILD_SERVICE=mssql
@@ -37,9 +33,11 @@ env:
3733
- PHP_VERSION=70 BUILD_SERVICE=aerospike
3834
- PHP_VERSION=71 BUILD_SERVICE=aerospike
3935

40-
- PHP_VERSION=56 BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq adminer elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 balancer"
41-
- PHP_VERSION=70 BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq adminer elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 balancer"
42-
- PHP_VERSION=71 BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq adminer elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 balancer"
36+
- PHP_VERSION=NA BUILD_SERVICE="applications blackfire minio percona nginx caddy apache2 mysql mariadb postgres postgres-postgis neo4j mongo redis"
37+
- PHP_VERSION=NA BUILD_SERVICE="adminer phpmyadmin pgadmin"
38+
- PHP_VERSION=NA BUILD_SERVICE="memcached beanstalkd beanstalkd-console rabbitmq elasticsearch certbot mailhog maildev selenium jenkins proxy proxy2 balancer"
39+
- PHP_VERSION=NA BUILD_SERVICE="kibana grafana laravel-echo-server"
40+
# - PHP_VERSION=NA BUILD_SERVICE="aws"
4341

4442
# Installing a newer Docker version
4543
before_install:

0 commit comments

Comments
 (0)