From 39b6078d84875d4f86ad661fa651f835947f44e0 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sun, 18 Oct 2015 16:25:50 +0200 Subject: [PATCH] travis working again, unintentionally removed the cache dirs --- .travis.yml | 3 --- test/config.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d5b188..84b5354 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,6 @@ php: - hhvm - nightly -before_script: - #- chmod 777 cache/dummy - script: - phpunit diff --git a/test/config.php b/test/config.php index 69dcc62..4933b03 100644 --- a/test/config.php +++ b/test/config.php @@ -7,6 +7,3 @@ require __DIR__ . "/../autoload.php"; define('IMAGE_PATH', __DIR__ . '/../webroot/img/'); define('CACHE_PATH', __DIR__ . '/../cache/'); - -echo CACHE_PATH . "/dummy"; -var_dump(glob(CACHE_PATH) . "/*");