From 733bb8751a532e0cf3f0609bca963d86b1dae890 Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 2 May 2019 01:44:28 +0200 Subject: [PATCH] travis: cache npm packages as well as python ones --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1c1254..d3f61c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,6 @@ script: - pytest --cov=. after_success: - codecov -cache: pip +cache: + - pip + - npm