From 089bc45e90d7f9f62450b73c3c71bedb72c894ba Mon Sep 17 00:00:00 2001 From: jongleberry Date: Fri, 6 Feb 2015 14:42:27 -0800 Subject: [PATCH] test on node v0.12 instead of v0.11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6c7f42..f35a22a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "0.11" + - "0.12" - "iojs-v1.0" - "iojs-v1.1" script: "make test-travis"