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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-29 23:11:22 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-10-29 23:11:22 +0300
commit7449f9c90942901ebb8396b34b0479a5b605bb3d (patch)
treea624494717a5a523e3a7f56997d4694f66887461 /.travis.yml
parent70156cc9d51b5f28bfbca98db59a1a99e1d8ddb8 (diff)
refs #6533 move travis yml generator to testrunner plugin. This way the command will be only available via git in the future as we hopefully remove TestRunner plugin from latest.zip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 536ada9496..3f0d866760 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,7 +88,7 @@ before_install:
install:
# make sure travis test scripts are always latest (so in older releases/branches, the latest scripts will still be used)
- git fetch
- - git checkout master -- ./tests/travis ./plugins/CoreConsole || true
+ - git checkout master -- ./tests/travis ./plugins/TestRunner || true
before_script:
- if ([ -n "$TEST_SUITE" ]);