From 286b264d898909660ee914d83bbbdf324d0d4938 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Mon, 5 Dec 2016 14:50:58 -0500 Subject: [PATCH] Disabling Lightning Behat tests on pull requests to BLT. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d73aef5d06..0d2eff14d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,7 @@ script: - blt ci:travis:init - blt ci:pipelines:init # Disable Lightning tests on pull requests. - - if [[ "$TRAVIS_PULL_REQUEST" == "true" ]]; then echo 'behat:\n paths:\n - ${repo.root}/tests/behat' >> blt/project.yml; fi + - if [[ "$TRAVIS_PULL_REQUEST" == "true" ]]; then printf "\nbehat:\n paths:\n - \${repo.root}/tests/behat" >> blt/project.yml; fi - cat blt/project.yml # Call targets in the new 'blt-project' project. - blt ci:build:validate:test -Dcreate_alias=false -Dbehat.run-server=true -Dbehat.launch-phantom=true