Skip to content

Commit

Permalink
appveyor fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mosher committed Jan 17, 2016
1 parent 53df4e7 commit 5d66a75
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 @@ -38,10 +38,8 @@ test_script:
- npm --version
# Lint
- ./node_modules/.bin/eslint ./src
# Compile
- npm run-script pretest
# core tests
- ./node_modules/.bin/mocha tests/lib/ --recursive --reporter dot
- gulp test
# resolver tests
- cd .\resolvers\webpack && npm test && cd ..\..
- cd .\resolvers\node && npm test && cd ..\..
Expand Down

0 comments on commit 5d66a75

Please sign in to comment.