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 <benaka@piwik.pro>2015-07-19 03:56:40 +0300
committerdiosmosis <benaka@piwik.pro>2015-07-19 03:58:35 +0300
commit4bbab81e850a36e64553e5c700ec873d48ba0ea0 (patch)
treecf3b41827cbd39e4afb603045d48256a54cec9f0 /.travis.yml
parenta7a5bdaa49d6cd803a27659e284bc98db25dd375 (diff)
Run configure_git.sh script after piwik is cloned (different from core for plugin builds).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d55f9f4ee0..f342a38cd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,8 +87,6 @@ before_install:
# do not use the Zend allocator on PHP 5.3 since it will randomly segfault after program execution
- '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && export USE_ZEND_ALLOC=0 || true'
- - ./tests/travis/configure_git.sh
-
install:
- '[ ! -f ./tests/travis/install_mysql_5.6.sh ] || ./tests/travis/install_mysql_5.6.sh'
@@ -97,6 +95,8 @@ install:
- git fetch -q
+ - ./tests/travis/configure_git.sh
+
# travis now complains about this failing 9 times out of 10, so removing it
#- travis_retry composer self-update