add node consumer tests to travis

This commit is contained in:
d98762625 2019-08-02 11:10:15 +01:00
parent e4d98eba6b
commit 8548d39318
7 changed files with 174 additions and 46 deletions

View file

@ -127,7 +127,7 @@
"kbpgp": "2.1.2",
"libbzip2-wasm": "0.0.4",
"libyara-wasm": "0.0.12",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"loglevel": "^1.6.3",
"loglevel-message-prefix": "^3.0.0",
"moment": "^2.24.0",
@ -159,7 +159,7 @@
"build": "grunt prod",
"repl": "node src/node/repl.js",
"test": "grunt test",
"test-node": "grunt test-node",
"test-node-consumer": "grunt testnodeconsumer",
"testui": "grunt testui",
"docs": "grunt docs",
"lint": "grunt lint",