|
17 | 17 | CONTAINER_ID: dvm-test |
18 | 18 |
|
19 | 19 | matrix: |
20 | | - include: |
21 | | - # Defaults - Ubuntu 16.04. |
22 | | - - type: defaults |
23 | | - distro: ubuntu1604 |
24 | | - # Defaults - Ubuntu 14.04. |
25 | | - - type: defaults |
26 | | - distro: ubuntu1404 |
27 | | - # Defaults - Debian 9. |
28 | | - - type: debian |
29 | | - distro: debian9 |
30 | | - # Defaults - Debian 8. |
31 | | - - type: debian |
32 | | - distro: debian8 |
33 | | - # Defaults - CentOS 7. |
34 | | - - type: centos |
35 | | - distro: centos7 |
36 | | - local_config: tests/centos-7.config.yml |
| 20 | + # Defaults - Ubuntu 16.04. |
| 21 | + - type: defaults |
| 22 | + distro: ubuntu1604 |
| 23 | + # Defaults - Ubuntu 14.04. |
| 24 | + - type: defaults |
| 25 | + distro: ubuntu1404 |
| 26 | + # Defaults - Debian 9. |
| 27 | + - type: debian |
| 28 | + distro: debian9 |
| 29 | + # Defaults - Debian 8. |
| 30 | + - type: debian |
| 31 | + distro: debian8 |
| 32 | + # Defaults - CentOS 7. |
| 33 | + - type: centos |
| 34 | + distro: centos7 |
| 35 | + local_config: tests/centos-7.config.yml |
37 | 36 |
|
38 | | - # PHP 5.6 - Ubuntu 16.04. |
39 | | - - type: defaults |
40 | | - distro: ubuntu1604 |
41 | | - local_config: tests/ubuntu-16-php56.config.yml |
42 | | - DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush" |
43 | | - TEST_INSTALLED_EXTRAS: false |
| 37 | + # PHP 5.6 - Ubuntu 16.04. |
| 38 | + - type: defaults |
| 39 | + distro: ubuntu1604 |
| 40 | + local_config: tests/ubuntu-16-php56.config.yml |
| 41 | + DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush" |
| 42 | + TEST_INSTALLED_EXTRAS: false |
44 | 43 |
|
45 | | - # Nginx and Drush make file test - Ubuntu 16.04. |
46 | | - - type: nginx-drush-make |
47 | | - distro: ubuntu1604 |
48 | | - local_config: tests/ubuntu-16-nginx-drush-make.config.yml |
49 | | - config_dir: /var/www/drupalvm/config |
| 44 | + # Nginx and Drush make file test - Ubuntu 16.04. |
| 45 | + - type: nginx-drush-make |
| 46 | + distro: ubuntu1604 |
| 47 | + local_config: tests/ubuntu-16-nginx-drush-make.config.yml |
| 48 | + config_dir: /var/www/drupalvm/config |
50 | 49 |
|
51 | | - # PostgreSQL - Ubuntu 16.04. |
52 | | - - type: postgresql |
53 | | - distro: ubuntu1604 |
54 | | - local_config: tests/ubuntu-16-postgresql.config.yml |
55 | | - config_dir: /var/www/drupalvm/config |
56 | | - DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush" |
57 | | - TEST_INSTALLED_EXTRAS: false |
58 | | - |
59 | | - # TODO: See https://github.com/geerlingguy/drupal-vm/issues/1675. |
60 | | - allow_failures: |
61 | | - # PostgreSQL - Ubuntu 16.04. |
62 | | - - type: postgresql |
63 | | - distro: ubuntu1604 |
64 | | - local_config: tests/ubuntu-16-postgresql.config.yml |
65 | | - config_dir: /var/www/drupalvm/config |
66 | | - DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush" |
67 | | - TEST_INSTALLED_EXTRAS: false |
| 50 | + # TODO: See https://github.com/geerlingguy/drupal-vm/issues/1675 |
| 51 | + # PostgreSQL - Ubuntu 16.04. |
| 52 | + # - type: postgresql |
| 53 | + # distro: ubuntu1604 |
| 54 | + # local_config: tests/ubuntu-16-postgresql.config.yml |
| 55 | + # config_dir: /var/www/drupalvm/config |
| 56 | + # DRUSH_BIN: "${DRUPALVM_DIR}/drupal/vendor/drush/drush/drush" |
| 57 | + # TEST_INSTALLED_EXTRAS: false |
68 | 58 |
|
69 | 59 | before_install: |
70 | 60 | # Pull container. |
|
0 commit comments