From f2391e25f095c56a16ebfb270037fdb6a402df5a Mon Sep 17 00:00:00 2001 From: Yuki Awano Date: Sat, 11 Aug 2012 01:28:16 +0900 Subject: [PATCH] MINOR Changed to remove --queit option --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6873782..f43f013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ php: - 5.4 before_script: - cd ~/builds - - git clone --quiet git://github.com/silverstripe/silverstripe-installer.git ss3 + - git clone git://github.com/silverstripe/silverstripe-installer.git ss3 - cd ~/builds/ss3 - git clone git://github.com/silverstripe/sapphire.git framework - git clone git://github.com/silverstripe/silverstripe-cms.git cms