Don't build for node 0.11

This commit is contained in:
Illimar Tambek
2014-03-06 21:36:11 +02:00
parent 92a8f51a9f
commit c797647503

View File

@@ -1,5 +1,5 @@
language: node_js
node_js: ["0.11", "0.10"]
node_js: ["0.10"]
notifications:
email: ["illimar@sliptree.com"]