Add travis config.

pull/7/head
chriseth 9 years ago
parent 00620484e8
commit 9928963c7c
  1. 1
      .npmignore
  2. 3
      .travis.yml
  3. 2
      package.json

@ -0,0 +1 @@
.travis.yml

@ -0,0 +1,3 @@
language: node_js
node_js:
- stable

@ -27,7 +27,7 @@
"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",

Loading…
Cancel
Save