From 16a150b27785e18fc9f15d66f02578ac72ffa834 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 8 Oct 2016 23:53:08 +0100 Subject: [PATCH] Make Travis cache pip --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 003c929..37e31cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ --- language: python python: 2.7 +cache: pip install: - "pip install vim-vint==0.3.9" script: