Skip to content

Commit

Permalink
Disabling Lightning Behat tests on pull requests to BLT. (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Dec 6, 2016
1 parent d6f19e3 commit cf23161
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 'behat.paths: [ ${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 cf23161

Please sign in to comment.