include test_app tests in ci
This commit is contained in:
parent
13ce054823
commit
3b4e5f5b30
|
@ -3,7 +3,7 @@
|
|||
"version": "2.6.0",
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
"scripts": {
|
||||
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && ../bin/embark test"
|
||||
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && npm install && ../bin/embark test"
|
||||
},
|
||||
"bin": {
|
||||
"embark": "./bin/embark"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"embark-babel": "^1.0.0",
|
||||
"embark-service": "./extensions/embark-service",
|
||||
"ethereumjs-testrpc": "^3.9.2"
|
||||
"embark-service": "./extensions/embark-service"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue