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

Commit 8464e4b

Browse files
committed
Update tests
1 parent 4423c9a commit 8464e4b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ env:
2424
version: 7
2525
init: /usr/lib/systemd/systemd
2626
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
27-
local_config: tests/centos-7-composerfile.config.yml
2827

2928
services:
3029
- docker

tests/centos-7-composerfile.config.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/ubuntu-16-nginx.config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
drupalvm_webserver: nginx
33

4-
# Test drush makefile based installation.
5-
build_composer: false
6-
build_makefile: true
4+
# Test composer based installation.
5+
build_composer: true
6+
drupal_composer_path: "{{ config_dir }}/../tests/composer.json"

0 commit comments

Comments
 (0)