From e009f21a7201951f41cbea20b1e0f6e34a9a8af8 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 5 Mar 2019 13:28:18 +0100 Subject: [PATCH] Remove piolibdeps cache We cannot cache esphome-core --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b59e25817..a9f45c25d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ language: python cache: directories: - "~/.platformio" - - "$TRAVIS_BUILD_DIR/tests/build/test1/.piolibdeps" - - "$TRAVIS_BUILD_DIR/tests/build/test2/.piolibdeps" - - "$TRAVIS_BUILD_DIR/tests/build/test3/.piolibdeps" matrix: fast_finish: true