Skip to content

Commit

Permalink
[*]: auto-testing also with windows (ci.appveyor.com) v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Moelleken committed Apr 3, 2015
1 parent 9a8b058 commit ea4f60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install:
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_curl.dll >> php.ini
- SET PATH=C:\tools\php;%PATH%
- php.exe --version
- cd C:\projects\utf8
- mkdir build\logs
- php -r "readfile('http://getcomposer.org/installer');" | php
Expand All @@ -27,5 +26,7 @@ install:

test_script:
- cd C:\projects\utf8
- php.exe --version
- dir
- vendor\bin\phpunit.bat
- vendor\bin\coveralls.bat

0 comments on commit ea4f60f

Please sign in to comment.