Skip to content

Commit

Permalink
Disabling Lightning Behat tests on pull requests to BLT.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 5, 2016
1 parent b55e1b4 commit 286b264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 286b264

Please sign in to comment.