aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/ext/ethereum.js/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-12 23:03:35 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-12 23:03:35 +0800
commitf7c3c7eda4cc50f56736521158a5fc4beb11ddba (patch)
tree058ff2f2c1e06edbb47d51d993c428b5e8b666b8 /cmd/mist/assets/ext/ethereum.js/.travis.yml
parentb97c17f4eef74ea6035d358144208d124cb1a071 (diff)
downloaddexon-f7c3c7eda4cc50f56736521158a5fc4beb11ddba.tar.gz
dexon-f7c3c7eda4cc50f56736521158a5fc4beb11ddba.tar.zst
dexon-f7c3c7eda4cc50f56736521158a5fc4beb11ddba.zip
Update ethereum.js
Added to git modules
Diffstat (limited to 'cmd/mist/assets/ext/ethereum.js/.travis.yml')
-rw-r--r--cmd/mist/assets/ext/ethereum.js/.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/cmd/mist/assets/ext/ethereum.js/.travis.yml b/cmd/mist/assets/ext/ethereum.js/.travis.yml
deleted file mode 100644
index 83b21d840..000000000
--- a/cmd/mist/assets/ext/ethereum.js/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-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 build
- - npm test
-