Browse Source

Trying to figure out new error

Jose Lorenzo Rodriguez 11 years ago
parent
commit
0f8bec8766
1 changed files with 1 additions and 0 deletions
  1. 1 0
      appveyor.yml

+ 1 - 0
appveyor.yml

@@ -28,6 +28,7 @@ install:
   - echo extension=php_pdo_mysql.dll >> php.ini
   - echo extension=php_intl.dll >> php.ini
   - echo extension=php_mbstring.dll >> php.ini
+  - ps: ls C:\
   - cd C:\projects\cakephp
   - php -r "readfile('https://getcomposer.org/installer');" | php
   - php composer.phar install