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:
parent
e7e73fc38c
commit
39b6078d84
@ -6,9 +6,6 @@ php:
|
||||
- hhvm
|
||||
- nightly
|
||||
|
||||
before_script:
|
||||
#- chmod 777 cache/dummy
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
||||
|
@ -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) . "/*");
|
||||
|
Loading…
x
Reference in New Issue
Block a user