From 6e235f7e1c54a4e1926b2faf90c52c0f6629baac Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 11 Apr 2018 09:00:08 -0400 Subject: [PATCH] complete appveyor.yml --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3139b89f..31f2505a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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