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

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ before_script:
   - git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION
   - git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION
   - rm -R app
   - rm -R app
   - git clone --depth 1 git://github.com/dereuromark/tools-app ../app && cd ../app && git checkout master
   - git clone --depth 1 git://github.com/dereuromark/tools-app ../app && cd ../app && git checkout master
-  - cp -R ../Tools plugins/Tools
+  - cp -R ../tools plugins/Tools
   - sh -c "if [ 'mysql' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
   - sh -c "if [ 'mysql' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"
   - mkdir ./app/tmp
   - mkdir ./app/tmp
   - chmod -R 777 ./app/tmp
   - chmod -R 777 ./app/tmp