From 9e2019886b920995a7acec9613845bd9c63e5dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Sat, 31 Oct 2020 23:34:47 +0100 Subject: [PATCH] test: attempt to fix travis --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5153af12..91989b6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ sudo: false language: node_js -cache: - directories: - - ~/.npm +cache: npm notifications: email: false node_js: @@ -13,8 +11,9 @@ node_js: before_install: - nvm install-latest-npm install: npm install -script: npm run validate -after_success: kcd-scripts travis-after-success +script: + - npm run validate + - npx codecov@3 branches: only: - master