aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/ext/ethereum.js/.travis.yml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-09 19:45:09 +0800
committerobscuren <geffobscura@gmail.com>2015-01-09 19:45:09 +0800
commit012a1c25331385aceb94af2a9829a2c6811d31b7 (patch)
tree3559aab7bdca4a269167a49802a061f156bfeea5 /cmd/mist/assets/ext/ethereum.js/.travis.yml
parent585f259b63db323c87643a235fcbb9dc46d3125f (diff)
downloaddexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.gz
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.tar.zst
dexon-012a1c25331385aceb94af2a9829a2c6811d31b7.zip
Updated ethereum.js
Diffstat (limited to 'cmd/mist/assets/ext/ethereum.js/.travis.yml')
-rw-r--r--cmd/mist/assets/ext/ethereum.js/.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd/mist/assets/ext/ethereum.js/.travis.yml b/cmd/mist/assets/ext/ethereum.js/.travis.yml
new file mode 100644
index 000000000..fafacbd5a
--- /dev/null
+++ b/cmd/mist/assets/ext/ethereum.js/.travis.yml
@@ -0,0 +1,11 @@
+language: node_js
+node_js:
+ - "0.11"
+ - "0.10"
+before_script:
+ - npm install
+ - npm install jshint
+script:
+ - "jshint *.js lib"
+after_script:
+ - npm run-script gulp