From 7770e925fdc359b5038bfcc86bc748d83e4d7006 Mon Sep 17 00:00:00 2001 From: LightAir Date: Tue, 1 Dec 2020 23:54:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B9=20=D0=BD=D0=BE=D0=B4=D1=8B=20?= =?UTF-8?q?=D0=B2=20travis=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b8c217..f9a314c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,15 @@ matrix: - node_js: '6.11.2' before_install: npm -g i npm@2 - node_js: '10.2.1' - before_install: npm -g i npm@2 \ No newline at end of file + before_install: npm -g i npm@2 + - node_js: 'lts/*' + before_install: npm -g i npm@2 + - node_js: '11' + before_install: npm -g i npm@2 + - node_js: '12' + before_install: npm -g i npm@2 + - node_js: '13' + before_install: npm -g i npm@2 + - node_js: '14' + before_install: npm -g i npm@2 + - node_js: '15'