Skip to content

Commit

Permalink
Fixing bug in travis.yml syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 6, 2016
1 parent cf23161 commit 301f058
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 printf 'behat.paths: [ ${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 301f058

Please sign in to comment.