travis: remove node v0.11 testing
This commit is contained in:
parent
ce29b1d74e
commit
fff3333c6c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user