Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit d579225

Browse files
committed
Issue #1675: Stop testing postgres for now.
1 parent fdaabee commit d579225

File tree

1 file changed

+35
-45
lines changed

1 file changed

+35
-45
lines changed

.travis.yml

Lines changed: 35 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -17,54 +17,44 @@ env:
1717
CONTAINER_ID: dvm-test
1818

1919
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
3736

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
4443

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
5049

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
6858

6959
before_install:
7060
# Pull container.

0 commit comments

Comments
 (0)