From 7449f9c90942901ebb8396b34b0479a5b605bb3d Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Wed, 29 Oct 2014 21:11:22 +0100 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" ]); -- cgit v1.2.3