From f5f6b3eda97a9f1408e3a2f92c506ec3c19ba301 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 27 May 2019 18:40:09 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30aa976d2..787c86742 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ cache: directories: - node_modules node_js: -- node +- lts/* before_install: - npm install -g semistandard - npm install -g prettier