allow node.js v0.11 to fail
This commit is contained in:
parent
d9352f0cc5
commit
03f16394db
17
.travis.yml
17
.travis.yml
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user