From c7858d61216752169a4d4f518b003713f47b7986 Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 2 May 2019 02:02:27 +0200 Subject: [PATCH] travis: cache npm packages as well as python ones. take two --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3f61c4..f200a65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,7 @@ script: after_success: - codecov cache: - - pip - - npm + pip: true + directories: + - node_modules +