Skip to content

Commit 35633fc

Browse files
committed
oh, appveyor.
1 parent 169208f commit 35633fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ install:
3131

3232
# Post-install test scripts.
3333
test_script:
34+
3435
# Output useful info for debugging.
3536
- node --version
3637
- npm --version
37-
# Lint
38-
- ./node_modules/.bin/eslint ./src
38+
3939
# core tests
40-
- ./node_modules/.bin/gulp test
40+
- npm test
41+
4142
# resolver tests
4243
- cd .\resolvers\webpack && npm test && cd ..\..
4344
- cd .\resolvers\node && npm test && cd ..\..

0 commit comments

Comments
 (0)