forked from cerc-io/plugeth
fixed travis.yml && added nmp test script
This commit is contained in:
parent
048e7771fb
commit
a4e6f0b3c6
@ -8,4 +8,6 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- "jshint *.js lib"
|
- "jshint *.js lib"
|
||||||
after_script:
|
after_script:
|
||||||
- npm run-script gulp
|
- npm run-script build
|
||||||
|
- npm test
|
||||||
|
|
||||||
|
1
dist/ethereum.js
vendored
1
dist/ethereum.js
vendored
@ -277,6 +277,7 @@ module.exports = {
|
|||||||
methodSignature: methodSignature
|
methodSignature: methodSignature
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
},{}],2:[function(require,module,exports){
|
},{}],2:[function(require,module,exports){
|
||||||
/*
|
/*
|
||||||
This file is part of ethereum.js.
|
This file is part of ethereum.js.
|
||||||
|
4
dist/ethereum.js.map
vendored
4
dist/ethereum.js.map
vendored
File diff suppressed because one or more lines are too long
@ -31,7 +31,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
"watch": "gulp watch",
|
"watch": "gulp watch",
|
||||||
"lint": "gulp lint"
|
"lint": "gulp lint",
|
||||||
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user