From 0394e43ba40c8ee260a04e8d2c1dd1c4cc493b3e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Dec 2017 21:35:48 +0200 Subject: [PATCH] Remove caching from TravisCI template --- docs | 2 +- platformio/commands/init.py | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs b/docs index 832bf5d8..81346afb 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 832bf5d8a66d3ec143344578e6351d173d7e3f0b +Subproject commit 81346afbf88df746faf12e7dfcc4ee4504ab8829 diff --git a/platformio/commands/init.py b/platformio/commands/init.py index ac16bb7e..7cfc0672 100644 --- a/platformio/commands/init.py +++ b/platformio/commands/init.py @@ -231,11 +231,6 @@ def init_ci_conf(project_dir): # python: # - "2.7" # -# sudo: false -# cache: -# directories: -# - "~/.platformio" -# # install: # - pip install -U platformio # @@ -251,11 +246,6 @@ def init_ci_conf(project_dir): # python: # - "2.7" # -# sudo: false -# cache: -# directories: -# - "~/.platformio" -# # env: # - PLATFORMIO_CI_SRC=path/to/test/file.c # - PLATFORMIO_CI_SRC=examples/file.ino