From 38c99fc66b11b9d6a8acb2cd75f8a7d9d9990cda Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 11 Mar 2013 14:31:20 +0100 Subject: [PATCH] Added cms dependency to travis scripts --- tests/travis/before_script | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/travis/before_script b/tests/travis/before_script index e666ead..38099bb 100755 --- a/tests/travis/before_script +++ b/tests/travis/before_script @@ -5,6 +5,8 @@ BUILD_DIR=$1 # Fetch all dependencies echo "Checking out installer@$CORE_RELEASE" git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/silverstripe-installer.git $BUILD_DIR +echo "Checking out cms@$CORE_RELEASE" +git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/silverstripe-cms.git $BUILD_DIR/cms echo "Checking out framework@$CORE_RELEASE" git clone --depth=100 --quiet --branch $CORE_RELEASE git://github.com/silverstripe/sapphire.git $BUILD_DIR/framework echo "Checking out postgresql"