From 564ce43c18da2dea877eba2202afc73519f03491 Mon Sep 17 00:00:00 2001 From: Gamonoid Date: Fri, 25 Nov 2016 14:36:21 +0100 Subject: [PATCH] fix travis-ci build path --- test/test.config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.config.php b/test/test.config.php index 36e888cf..a14131b3 100644 --- a/test/test.config.php +++ b/test/test.config.php @@ -13,8 +13,8 @@ define('CLIENT_NAME', 'app'); if(!defined('MYSQL_ROOT_USER') || !defined('MYSQL_ROOT_PASS')){ //Tests running on vagrant - define('APP_BASE_PATH', TEST_BASE_PATH.'../build/app/'); - define('CLIENT_BASE_PATH', APP_BASE_PATH.'test/'); + define('APP_BASE_PATH', TEST_BASE_PATH.'../app/'); + define('CLIENT_BASE_PATH', TEST_BASE_PATH.'../../deployment/clients/test/'); define('BASE_URL','http://app.app.dev/'); define('CLIENT_BASE_URL','http://clients.app.dev/dev/'); }else{