See #375. Add C:\tools\php to PATH in Windows CI

This commit is contained in:
Glavin Wiechert 2015-06-01 22:02:08 -03:00
parent d9352410ff
commit df42ca42de
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ install:
# PHP
- cinst php -y
- ps: "ls \"C:\\tools\\php\""
- "SET PATH=C:\\tools\\php;%PATH%"
- where php
# Composer
- php -r "readfile('https://getcomposer.org/installer');" | php