Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-29 05:58:11 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-29 05:58:11 +0400
commite6595cebe223984402c8f1ea38425a6e17c823f5 (patch)
treea423899fe218e7a13a1353c86fb4058994ce233c
parente2d70d9bc33fcc49e740b8e6b6bc212cb9ba6822 (diff)
Fix self-referential command export in travis.yml.twig (use double quotes since escapes in single quotes don't behave quite right).
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 82befb5461..9f1e0e2006 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -166,7 +166,7 @@ before_script:
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
- - export GENERATE_TRAVIS_YML_COMMAND='{{ consoleCommand|raw }}'
+ - export GENERATE_TRAVIS_YML_COMMAND="{{ consoleCommand|raw }}"
- ./tests/travis/autoupdate_travis_yml.sh
- cd tests/PHPUnit