From 3a673ad606fb8a5a6481824be748f9fe9c55a3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Mon, 28 May 2018 13:29:02 -0700 Subject: [PATCH] Build: Make Travis CI use Node LTS This change is done in order to be able to build `node-zopfli`. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: sonarwhal/sonarwhal.com#448 See also: pierreinglebert/node-zopfli#93 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a057a60d..1bc1a3336 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ env: language: node_js -node_js: - - node +node_js: lts/* notifications: email: