From d1d02e02810d721189d144171817bd694c39eb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 14 Jun 2013 15:11:21 +0200 Subject: [PATCH] [test] Test on recent versions of node --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa1dc39..79d3f7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.4 - - 0.6 - + - 0.8 + - 0.9 + - "0.10"