summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-21 08:20:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-21 08:20:39 -0800
commit06abfed8e139b3eccb6e5f01299ff08f4ffe527b (patch)
tree8787a9bc28cc185ff5d1ee5d0d35db94b39b0905
parent3ca3ad89567a69da853bc2ca005bd0bb976cdffe (diff)
appveyor - put comment about cache delete on one line,
so it's easier to copy/paste.
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b64027f78..ebec78c2e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,10 +37,7 @@ cache:
# Note: to reset build cache, do the following in JavaScript
# console on appveyor:
-# $.ajax({
-# url: 'https://ci.appveyor.com/api/projects/jgm/pandoc/buildcache',
-# type: 'DELETE'})
-
+# $.ajax({ url: 'https://ci.appveyor.com/api/projects/jgm/pandoc/buildcache', type: 'DELETE'})
# We don't do a normal C build, but build in test_script via stack
build: off