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-06-17 04:28:19 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-17 04:28:19 +0300
commite28402e0c3de26374832637074569fbbb86b9209 (patch)
tree272e9716ddf5f8f9a79163267852a9a4a8ee82fd /.travis.yml
parentca09789dc38fa0571e1a45d2fb78b9703157a89f (diff)
Remove check out of TestRunner plugin in travis.yml files since it hinders testing against specific piwik versions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2aab506e1f..23736aab05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,8 +90,6 @@ before_install:
install:
- git fetch -q
- # make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- - git checkout master -q -- ./tests/travis ./plugins/TestRunner || true
before_script:
- ./tests/travis/install_mysql_5.6.sh