From ada28b186624ddba7cb0e13ab411305f2ed4d896 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Thu, 22 Dec 2016 13:36:17 -0500 Subject: [PATCH] Updating acquia-pipelines.yml. --- phing/tasks/tests.xml | 4 ++-- scripts/pipelines/acquia-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phing/tasks/tests.xml b/phing/tasks/tests.xml index 4a73d23bb4..eed6d073c6 100644 --- a/phing/tasks/tests.xml +++ b/phing/tasks/tests.xml @@ -173,7 +173,7 @@ - behat.launch-phantom is true, but jakoch/phantomjs-installer is not required in composer.json. + behat.launch-phantomjs is true, but jakoch/phantomjs-installer is not required in composer.json. @@ -190,7 +190,7 @@ - behat.launch-phantom is true, but the install-phantomjs script is not defined in composer.json. + behat.launch-phantomjs is true, but the install-phantomjs script is not defined in composer.json. diff --git a/scripts/pipelines/acquia-pipelines.yml b/scripts/pipelines/acquia-pipelines.yml index 4d1b60a1c9..5e2210d59b 100644 --- a/scripts/pipelines/acquia-pipelines.yml +++ b/scripts/pipelines/acquia-pipelines.yml @@ -28,7 +28,7 @@ events: # The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site. - drupal init - drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888' - - blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript&&~experimental&&~lightningextension' -Dblt.verbose=true ci:build:validate:test + - blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.launch-phantomjs=true -Dbehat.tags='~javascript&&~experimental&&~lightningextension' -Dblt.verbose=true ci:build:validate:test # Generate - prepare-artifact: