1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-01-17 11:08:14 +01:00

travis working again, unintentionally removed the cache dirs

This commit is contained in:
Mikael Roos 2015-10-18 16:25:50 +02:00
parent e7e73fc38c
commit 39b6078d84
2 changed files with 0 additions and 6 deletions

View File

@ -6,9 +6,6 @@ php:
- hhvm
- nightly
before_script:
#- chmod 777 cache/dummy
script:
- phpunit

View File

@ -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) . "/*");