From 207b5f4c6690a57b8934e9441f18b8e22e23997f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 8 Jun 2014 23:48:18 +0200 Subject: [PATCH] [ticket/246] Remove mkdir for ext folder B3P-246 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa151f4c..dbd0939e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ before_script: # checkout phpBB and move your extension in place - cd ../../ - git clone "git://github.com/phpbb/phpbb3.git" "phpBB3" - - mkdir phpBB3/phpBB/ext - mkdir phpBB3/phpBB/ext/board3 - find -type d -name "Board3-Portal" -print | xargs -i mv {} phpBB3/phpBB/ext/board3/portal