Skip to content

Commit

Permalink
oh, appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Mar 15, 2016
1 parent 169208f commit 35633fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Expand Up @@ -31,13 +31,14 @@ install:

# Post-install test scripts.
test_script:

# Output useful info for debugging.
- node --version
- npm --version
# Lint
- ./node_modules/.bin/eslint ./src

# core tests
- ./node_modules/.bin/gulp test
- npm test

# resolver tests
- cd .\resolvers\webpack && npm test && cd ..\..
- cd .\resolvers\node && npm test && cd ..\..
Expand Down

0 comments on commit 35633fc

Please sign in to comment.