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:
authorfabiocarneiro <fahecs@gmail.com>2015-05-22 16:28:35 +0300
committerfabiocarneiro <fahecs@gmail.com>2015-05-22 16:28:35 +0300
commit9429f506ce1a26e158da51cb6dfcc1869077a7d4 (patch)
tree611ca4f6eea7344d6174f87e2c7ca7db088563ee /plugins/TestRunner
parentfaa450eeb5ad0ab410d5ad35d695cfa734a583d1 (diff)
update template
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/templates/travis.yml.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/templates/travis.yml.twig b/plugins/TestRunner/templates/travis.yml.twig
index 713ae779ed..31f8d70e56 100644
--- a/plugins/TestRunner/templates/travis.yml.twig
+++ b/plugins/TestRunner/templates/travis.yml.twig
@@ -149,7 +149,7 @@ before_script:
# travis now complains about this failing 9 times out of 10, so removing it. hopefully the random failures it prevented won't come back
- travis_retry composer self-update
- - '[ "$SKIP_COMPOSER_INSTALL" != "1" ] && travis_retry composer install'
+ - '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'
# print out more debugging info
- uname -a