add node 0.11 for travis

This commit is contained in:
freewil 2014-03-12 16:11:47 -07:00
parent 4324d1c177
commit 8512417889

View File

@ -2,6 +2,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_install:
- sudo add-apt-repository --yes ppa:bitcoin/bitcoin
- sudo apt-get update