Skip to content

Commit

Permalink
Fix AppVeyor cache never being successfully built
Browse files Browse the repository at this point in the history
Oh that wonderful Windows world...
  • Loading branch information
astorije authored Oct 17, 2016
1 parent d68fd22 commit 3dda5c8
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 3dda5c8

Please sign in to comment.