From cffe44ef5016332a0578712c5c5635d116db5c58 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Sat, 7 Feb 2015 14:50:41 -0800 Subject: [PATCH] Build: Add Node.js 0.12 testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 932e7a8e..e92e152f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: - "0.10" + - "0.12" after_success: - npm run coveralls