From aa6cfbf182e465e1e98d33b321328af7bf997aa1 Mon Sep 17 00:00:00 2001 From: Piwik Automation <hello@piwik.org> Date: Mon, 11 Aug 2014 13:48:24 +0000 Subject: [PATCH] .travis.yml file is out of date, auto-updating .travis.yml file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c5ee47f45..f969c58776 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ before_install: before_script: # 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 + - git checkout master ./tests/travis ./plugins/CoreConsole - ./tests/travis/configure_git.sh -- GitLab