From 1e436c61308ed1f81698508f4498463a41eee4bc Mon Sep 17 00:00:00 2001 From: danielcaldas Date: Sun, 18 Feb 2018 20:34:16 +0000 Subject: [PATCH] Use npm install in travis. Use npm cache clean as well --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb52b5a30..0b3f75080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js node_js: - "8.9.0" install: - - yarn install + - npm cache clean --force + - npm install before_script: - npm start -- --silent & script: