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: