travis: remove node v0.11 testing

This commit is contained in:
Sean Lavine 2015-02-04 11:06:04 -08:00
parent ce29b1d74e
commit fff3333c6c

View File

@ -1,14 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
before_install:
- sudo add-apt-repository --yes ppa:bitcoin/bitcoin
- sudo apt-get update
- sudo apt-get install bitcoind
after_install:
- git submodule update --init