diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-01-21 08:20:08 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-21 08:20:39 -0800 |
commit | 06abfed8e139b3eccb6e5f01299ff08f4ffe527b (patch) | |
tree | 8787a9bc28cc185ff5d1ee5d0d35db94b39b0905 | |
parent | 3ca3ad89567a69da853bc2ca005bd0bb976cdffe (diff) | |
download | pandoc-06abfed8e139b3eccb6e5f01299ff08f4ffe527b.tar.gz |
appveyor - put comment about cache delete on one line,
so it's easier to copy/paste.
-rw-r--r-- | appveyor.yml | 5 |
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 |