From 36352fdc688442a5b894a4b9fe983c31182c997f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 28 Mar 2013 21:31:21 +0100 Subject: [PATCH] Fixed missing cmd in travis setup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97405453..e0710dbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ matrix: env: DB=MYSQL CORE_RELEASE=3.0 before_script: - - phpenv rehash - - ./tests/travis/travis_setup.php --target ~/builds/ss + - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support + - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss script: