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:
authorPiwik Automation <hello@piwik.org>2014-08-13 17:38:06 +0400
committerPiwik Automation <hello@piwik.org>2014-08-13 17:38:06 +0400
commit15441fcaad8e725875edd223778f3219b1f09083 (patch)
treed1bc1d2b962d5ad48178e1fe0f2afb734abb7bca /.travis.yml
parent09239b91d8af5437935ee2a3f950a4e5e5151989 (diff)
.travis.yml file is out of date, auto-updating .travis.yml file.
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 f969c58776..c487ed9f48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,10 +85,11 @@ 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'
-before_script:
+install:
# make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- git checkout master ./tests/travis ./plugins/CoreConsole
+before_script:
- ./tests/travis/configure_git.sh
# print out mysql information