complete appveyor.yml

This commit is contained in:
Iuri Matias 2018-04-11 09:00:08 -04:00
parent 12466c4ec5
commit 6e235f7e1c
1 changed files with 3 additions and 1 deletions

View File

@ -14,8 +14,10 @@ test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm run lint
- npm run test
- npm run testdapp_1
- npm run testdapp_2
# Don't actually build.
build: off