From 0dafdbc01d6de75df44da1923468105270bbecad Mon Sep 17 00:00:00 2001 From: Thorsten Lorenz Date: Mon, 12 Jan 2015 13:14:42 -0500 Subject: [PATCH] supporting 0.10 and 0.11 exclusively in tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 58f2371..fca8ef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: node_js node_js: - - 0.6 - - 0.8 - 0.10 + - 0.11