From 1971ada571da592c6ba0e72515db62ab08777607 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 2 Jun 2016 11:36:42 +0100 Subject: [PATCH] caching in travis for pip and npm --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 71ec37b70..50af03e0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ sudo: false language: python +cache: + pip: true + directories: + - node_modules python: - '3.5' env: