fixed travis.yml && added nmp test script

pull/272/merge
Marek Kotewicz 10 years ago
parent 048e7771fb
commit a4e6f0b3c6
  1. 4
      .travis.yml
  2. 1
      dist/ethereum.js
  3. 4
      dist/ethereum.js.map
  4. 3
      package.json

@ -8,4 +8,6 @@ before_script:
script:
- "jshint *.js lib"
after_script:
- npm run-script gulp
- npm run-script build
- npm test

1
dist/ethereum.js vendored

@ -277,6 +277,7 @@ module.exports = {
methodSignature: methodSignature
};
},{}],2:[function(require,module,exports){
/*
This file is part of ethereum.js.

File diff suppressed because one or more lines are too long

@ -31,7 +31,8 @@
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint": "gulp lint"
"lint": "gulp lint",
"test": "mocha"
},
"repository": {
"type": "git",

Loading…
Cancel
Save