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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-07-21 13:40:58 +0300
committersgiehl <stefan@piwik.org>2016-08-31 19:53:16 +0300
commit3cb8b997965f0dab1b637a46d05b65ffa67116c3 (patch)
treee9c1d55fd187de8afcaef255d0ff204b81873654 /.travis.yml
parentc0c6121d18b1c89c93c5a32d5edc8c3f02bb0a41 (diff)
Fix the submodule and travis config for git-lfs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a623f2539f..8ece4388a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,6 +87,7 @@ script: $PIWIK_ROOT_DIR/tests/travis/travis.sh
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/install_git_lfs.sh
install:
- git fetch -q
@@ -180,4 +181,4 @@ notifications:
- "irc.freenode.org#piwik-dev"
template:
- "%{repository} (%{commit}) : %{message} %{foo} "
- - "Build details: %{build_url}" \ No newline at end of file
+ - "Build details: %{build_url}"