Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 97a688f

Browse files
committed
Fixing failing Behat tests in child project.
1 parent 8c69113 commit 97a688f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ before_script:
4747
- rm -f ~/.drush/cache/download/*---updates.drupal.org-release-history-*
4848
# Verify that no git diffs (caused by line ending variation) exist.
4949
- git diff --exit-code
50+
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to run the site on Travis CI.
51+
- drupal yaml:update:value project.yml project.local.hostname '127.0.0.1:8888'
5052

5153
script:
5254
- ./blt.sh -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-phantom=true ci:build:validate:test

0 commit comments

Comments
 (0)