From d24872bf116ae9714ec2ab1645a97c5b146abaac Mon Sep 17 00:00:00 2001 From: Ir1d Date: Wed, 5 Sep 2018 00:35:45 +0800 Subject: [PATCH] ci: enable cache for travis-ci --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d2f3957..73cc0d34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python -cache: pip +cache: + pip: true + directories: + - node_modules python: - 3.6 before_install: -- 2.11.0