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:
authormattab <matthieu.aubry@gmail.com>2015-09-08 05:19:20 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-08 05:19:20 +0300
commit8c55c1bc29f967615c2cf9b11e2f0b9fcd5e73c4 (patch)
treea19874aa8f6d75aa9218e3b695a8012cf946b4af /.gitmodules
parent11f41539238095e213b5a36602d2f505667e3885 (diff)
Re-order submodules + add default branch info
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index f1a6686460..aedc0c3a15 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -29,6 +29,10 @@
[submodule "tests/UI/expected-ui-screenshots"]
path = tests/UI/expected-ui-screenshots
url = https://github.com/piwik/piwik-ui-tests.git
+[submodule "tests/travis"]
+ path = tests/travis
+ url = https://github.com/piwik/travis-scripts
+ branch = master
# Note: when you add a submodule that SHOULD be left in the packaged release such as the few submodules below,
# then you MUST add these submodules names in the SUBMODULES_PACKAGED_WITH_CORE variable in:
@@ -43,7 +47,3 @@
path = misc/log-analytics
url = https://github.com/piwik/piwik-log-analytics.git
branch = master
-
-[submodule "tests/travis"]
- path = tests/travis
- url = https://github.com/piwik/travis-scripts