Skip to content

Commit

Permalink
Update appveyor.yml (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 5, 2019
1 parent c941acc commit 270d3f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
@@ -1,6 +1,7 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "10"
HUSKY_DEBUG: 1

# Install scripts. (runs after repo cloning)
install:
Expand All @@ -27,8 +28,9 @@ test_script:
- cat .git/hooks/post-checkout

# Test HUSKY_SKIP_HOOKS
- $env:HUSKY_SKIP_HOOKS=1 git checkout
- ps: $env:HUSKY_SKIP_HOOKS=1
- node scripts/ci-husky-skip-hooks-check
- ps: $env:HUSKY_SKIP_HOOKS=0

# Test post-checkout hook
- git checkout
Expand Down

0 comments on commit 270d3f7

Please sign in to comment.