From 6a0442c3ee5e47f8aa47982bc08aa975589a8d00 Mon Sep 17 00:00:00 2001 From: "M. Peter" Date: Fri, 6 May 2016 12:07:44 +0200 Subject: [PATCH] updated travis --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a52d48..96c4420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,14 @@ node_js: - 0.10 - 0.12 - 4.0 - - 4.1 - - 5.0 + - 4.4 + - 5.1 + - 5.5 + - 5.11 + - 6.0 + - 6.1 - iojs + - node before_script: - "npm install -g mocha grunt-cli" - "grunt build"