Commit d021d5e8 by Andrew Nesbitt

Allow failures on node v0.11

parent 1043ab05
......@@ -7,6 +7,10 @@ compiler:
node_js:
- "0.10"
- "0.11"
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
- sudo apt-get update;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment