From 55f8ae364f476cf7febff77ffdd4565f10435f78 Mon Sep 17 00:00:00 2001 From: Gamonoid Date: Fri, 25 Nov 2016 14:49:40 +0100 Subject: [PATCH] fix travis-ci build path --- .travis.yml | 5 ++++- test/bootstrap.php | 2 ++ test/classes/FileServiceTest.php | 2 +- test/classes/LanguageManagerTest.php | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index adf229d2..e3dbe63f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,7 @@ php: - '5.6' - '7.0' - hhvm - - nightly \ No newline at end of file + - nightly + + + icehrm.test.log \ No newline at end of file diff --git a/test/bootstrap.php b/test/bootstrap.php index 081b2557..782b75ac 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -30,3 +30,5 @@ foreach ($scripts as $insql){ $command = "cat ".$insql."| mysql -u".MYSQL_ROOT_USER." -p".MYSQL_ROOT_PASS." '".APP_DB."'"; exec($command); } + +echo "Bootstrapping done!!"."\r\n"; \ No newline at end of file diff --git a/test/classes/FileServiceTest.php b/test/classes/FileServiceTest.php index d424e629..6044d498 100644 --- a/test/classes/FileServiceTest.php +++ b/test/classes/FileServiceTest.php @@ -1,5 +1,5 @@ p("cat|".LanguageManager::tran('cat')); $this->p("cat|".LanguageManager::tran('cat'));