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-11 03:45:27 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-11 03:46:01 +0400
commit25c3bf0f63c86c53afdd52edbe8ebe3b9e718ba3 (patch)
tree8937b81f92a6b25993b59d70008d760725f93e5b /plugins
parent1c68cdaf29824f4a030a0e1877c0f4fc1483f31e (diff)
Temporary change to test for recursion detection. [.travis.yml file is out of date]
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 6d25790458..81adb688f4 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -85,6 +85,8 @@ install:
before_script:
- ./tests/travis/configure_git.sh
+ - echo "change for testing"
+
# print out mysql information
- mysql --version
- mysql -e "SELECT VERSION();"