From 0374bf771776269cb453629b5c656f1f7dfe4f37 Mon Sep 17 00:00:00 2001 From: Ilya Antipenko Date: Fri, 9 Oct 2015 22:21:54 +0300 Subject: [PATCH] Update travis to use nodejs 4.0 and 4.1 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a5a3f06..acf645b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ cache: directories: - node_modules node_js: + - "4.1" + - "4.0" - "0.12" - "0.11" - "0.10" - "iojs" - - "iojs-v1.0.4" after_success: - codeclimate-test-reporter < coverage/lcov.info