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