From 9b6ffdcc3596288c28ca341cf134f1aac1599acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 21 Feb 2017 23:46:30 +0100 Subject: [PATCH] Test with latest node versions and those available from Ubuntu 14.04 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8473736..e268c75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: - - "0.11" + - "7" + - "6" + - "5" + - "4" + - "0.12" - "0.10" before_install: - npm update -g npm