From 1ec06f2499f2448836d6607a75d75152b41157d2 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Tue, 21 Jun 2016 20:43:04 +0300 Subject: [PATCH] Disable unused caching on travis --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ba4b57..2002c14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,9 @@ matrix: - os: linux sudo: false python: 2.7 - cache: - directories: test/cache - os: linux sudo: false python: 3.5 - cache: - directories: test/cache - os: osx language: generic