Merge pull request #26 from chriseth/travis
Add travis config.
Showing
.npmignore
0 → 100644
.travis.yml
0 → 100644
... | ... | @@ -22,12 +22,12 @@ |
"babel-preset-react": "^6.5.0", | ||
"babelify": "^7.2.0", | ||
"standard": "^7.0.1", | ||
"standard-reporter": "^0.0.9" | ||
"standard-reporter": "^1.0.5" | ||
}, | ||
"scripts": { | ||
"start_node": "eth --rpccorsdomain \"*\" -j -v 0", | ||
"build": "mkdir -p build; browserify -t [ babelify --presets [ react ] ] src/index.js -o build/app.js", | ||
"test" : "standard 2>&1 | standard-reporter > lint.xml" | ||
"test" : "standard" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please
register
or
sign in
to comment