Skip to content

Commit

Permalink
Move back to using subst for testing
Browse files Browse the repository at this point in the history
This was originally removed in sass#1514 to work around nodejs/node#6500
which has since been resolved. This isn't playing nice with our npm
cache in CI because we're changing the current path after running
npm install.
  • Loading branch information
xzyfer committed Dec 10, 2016
1 parent a2351c5 commit e025e71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,4 @@
- git submodule update --init --recursive
- npm install --msvs_version=2013

test_script:
- ps: set-location -path c:\projects\node_modules\node-sass
- npm test
test_script: npm test

0 comments on commit e025e71

Please sign in to comment.