Skip to content

Commit

Permalink
Merge pull request thelounge#700 from thelounge/astorije/appveyor-cache
Browse files Browse the repository at this point in the history
Fix AppVeyor cache never being successfully built
  • Loading branch information
astorije authored Oct 17, 2016
2 parents ae84fd0 + 3dda5c8 commit 1880944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test_script:

# cache npm modules
cache:
- '%AppData%/npm-cache'
- '%AppData%\npm-cache'

# Don't actually build
build: off

0 comments on commit 1880944

Please sign in to comment.