mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 13:10:12 +02:00
travis working again, unintentionally removed the cache dirs
This commit is contained in:
@@ -6,9 +6,6 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
before_script:
|
|
||||||
#- chmod 777 cache/dummy
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit
|
- phpunit
|
||||||
|
|
||||||
|
@@ -7,6 +7,3 @@ require __DIR__ . "/../autoload.php";
|
|||||||
|
|
||||||
define('IMAGE_PATH', __DIR__ . '/../webroot/img/');
|
define('IMAGE_PATH', __DIR__ . '/../webroot/img/');
|
||||||
define('CACHE_PATH', __DIR__ . '/../cache/');
|
define('CACHE_PATH', __DIR__ . '/../cache/');
|
||||||
|
|
||||||
echo CACHE_PATH . "/dummy";
|
|
||||||
var_dump(glob(CACHE_PATH) . "/*");
|
|
||||||
|
Reference in New Issue
Block a user