We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f11a5 commit 32b4de0Copy full SHA for 32b4de0
.travis.yml
@@ -50,6 +50,7 @@ script: $PIWIK_ROOT_DIR/tests/travis/travis.sh
50
before_install:
51
# do not use the Zend allocator on PHP 5.3 since it will randomly segfault after program execution
52
- '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && export USE_ZEND_ALLOC=0 || true'
53
+ - ./tests/travis/install_git_lfs.sh
54
55
install:
56
# move all contents of current repo (which contains the plugin) to a new directory
0 commit comments