Browse Source

also create cache dirs

euromark 13 years ago
parent
commit
2ddd8876b7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -16,7 +16,10 @@ before_script:
   - cp -R ../tools plugins/Tools
   - sh -c "if [ 'mysql' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
   - mkdir ./app/tmp
-  - chmod -R 777 ./app/tmp
+  - mkdir ./app/tmp/cache
+  - mkdir ./app/tmp/cache/persistent
+  - mkdir ./app/tmp/cache/models
+  - chmod -R 0777 ./app/tmp
   - echo "<?php
     class DATABASE_CONFIG {
     private \$identities = array(