complete appveyor.yml
This commit is contained in:
parent
12466c4ec5
commit
6e235f7e1c
|
@ -14,8 +14,10 @@ test_script:
|
||||||
# Output useful info for debugging.
|
# Output useful info for debugging.
|
||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
# run tests
|
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
- npm run test
|
||||||
|
- npm run testdapp_1
|
||||||
|
- npm run testdapp_2
|
||||||
|
|
||||||
# Don't actually build.
|
# Don't actually build.
|
||||||
build: off
|
build: off
|
||||||
|
|
Loading…
Reference in New Issue