From fed8e3f9ec77a75cde78bde0f13e986a95eea958 Mon Sep 17 00:00:00 2001 From: Piwik Automation <hello@piwik.org> Date: Wed, 13 Aug 2014 17:50:55 +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 a5f0efc755..9604132289 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 + - git checkout master -- ./tests/travis ./plugins/CoreConsole before_script: - ./tests/travis/configure_git.sh -- GitLab