summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-01 20:52:43 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-01 20:52:43 +0000
commit0b416f1847900ead336aa12b5070fa92acb73141 (patch)
treef34330120aba54152b4b017770dba51e9e8db4bd /appveyor.yml
parent5b199a39265b0b9a3e9b98286d607d05eca08df8 (diff)
Fix quoting.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5c8fa785..58ff3532 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,9 +20,9 @@ environment:
VisualStudioVersion: 10.0
cache:
- - %APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%
- - %APPVEYOR_BUILD_FOLDER%\..\openssl-1.0.2d
- - %APPVEYOR_BUILD_FOLDER%\%PLATFORM%
+ - '%APPVEYOR_BUILD_FOLDER%\..\openssl-%PLATFORM%'
+ - '%APPVEYOR_BUILD_FOLDER%\..\openssl-1.0.2d'
+ - '%APPVEYOR_BUILD_FOLDER%\%PLATFORM%'
build:
parallel: true