Run tests e2e in Travis

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-01-31 18:38:25 -03:00
parent b02920c43c
commit 6fc1141477
3 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "sh run-start.sh",
"postinstall": "sh installers/postinstall/postinstall.sh",
"test": "./node_modules/mocha/bin/mocha tests/unit --recursive",
"test": "./node_modules/mocha/bin/mocha tests --recursive",
"test:unit": "./node_modules/mocha/bin/mocha tests/unit --recursive",
"test:e2e": "./node_modules/mocha/bin/mocha tests/e2e --recursive"
},