From: Daniel Ruf Date: Fri, 2 Mar 2018 19:55:53 +0000 (+0100) Subject: tests: only test Node.js 6 and higher X-Git-Tag: v6.6.0~3^2~288^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e48c61b6;p=thirdparty%2Ffoundation%2Ffoundation-sites.git tests: only test Node.js 6 and higher --- diff --git a/.travis.yml b/.travis.yml index 67654be3c..2250467d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: node_js node_js: - - "4" - - "5" - "6" - "7" - "8"