We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8357d commit bd09d21Copy full SHA for bd09d21
appveyor.yml
@@ -17,16 +17,7 @@ services:
17
- mssql2014
18
- mysql
19
- postgresql
20
-
21
-## Cache composer, chocolatey and php bits
22
-cache:
23
- - composer.phar
24
- # Cache chocolatey packages
25
- - C:\ProgramData\chocolatey\bin -> .appveyor.yml
26
- - C:\ProgramData\chocolatey\lib -> .appveyor.yml
27
- # Cache php install
28
- - c:\tools\php -> .appveyor.yml
29
+
30
## Set up environment variables
31
init:
32
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;C:\Program Files\PostgreSQL\9.4\bin\;%PATH%
0 commit comments