allow node.js v0.11 to fail

This commit is contained in:
freewil 2014-08-29 13:23:49 -07:00
parent d9352f0cc5
commit 03f16394db

View File

@ -1,12 +1,15 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.8"
- "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
- sudo add-apt-repository --yes ppa:bitcoin/bitcoin
- sudo apt-get update
- sudo apt-get install bitcoind
after_install:
- git submodule update --init