From 83360cc3de081e28d9a818c5233dfbb4ccaf35e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 1 Nov 2015 15:19:18 -0500 Subject: [PATCH] added nodejs 4.0 4.1 to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 03836a8a33..9614137b19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ before_script: - "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done" language: node_js node_js: + - "4.1" + - "4.0" - "0.11" - "0.10" branches: