From fd12594ff97c2475be450bcf35d6fc9e1a2eddf1 Mon Sep 17 00:00:00 2001 From: Thomas Gnandt Date: Fri, 13 Dec 2019 13:22:58 +0100 Subject: [PATCH] prevent npm install on travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c5271bd..aaad4b5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ cache: yarn: true directories: - node_modules -script: yarn && yarn bootstrap && yarn ci +install: + - yarn +script: yarn bootstrap && yarn ci after_success: - bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION