Remove caching from TravisCI template

This commit is contained in:
Ivan Kravets
2017-12-12 21:35:48 +02:00
parent 3b1fa572fa
commit 0394e43ba4
2 changed files with 1 additions and 11 deletions

2
docs

Submodule docs updated: 832bf5d8a6...81346afbf8

View File

@ -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