From d2e509064f2f5e822f67962c35eaa74ec3ee7fe5 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sat, 2 Apr 2016 11:23:17 +0300 Subject: [PATCH] Travis: add more node versions to test --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 608d7fe..627467b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: node_js node_js: - '0.10' + - '0.12' + - '4' + - '5' after_success: make report-coverage sudo: false