mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Remove caching from TravisCI template
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 832bf5d8a6...81346afbf8
@ -231,11 +231,6 @@ def init_ci_conf(project_dir):
|
|||||||
# python:
|
# python:
|
||||||
# - "2.7"
|
# - "2.7"
|
||||||
#
|
#
|
||||||
# sudo: false
|
|
||||||
# cache:
|
|
||||||
# directories:
|
|
||||||
# - "~/.platformio"
|
|
||||||
#
|
|
||||||
# install:
|
# install:
|
||||||
# - pip install -U platformio
|
# - pip install -U platformio
|
||||||
#
|
#
|
||||||
@ -251,11 +246,6 @@ def init_ci_conf(project_dir):
|
|||||||
# python:
|
# python:
|
||||||
# - "2.7"
|
# - "2.7"
|
||||||
#
|
#
|
||||||
# sudo: false
|
|
||||||
# cache:
|
|
||||||
# directories:
|
|
||||||
# - "~/.platformio"
|
|
||||||
#
|
|
||||||
# env:
|
# env:
|
||||||
# - PLATFORMIO_CI_SRC=path/to/test/file.c
|
# - PLATFORMIO_CI_SRC=path/to/test/file.c
|
||||||
# - PLATFORMIO_CI_SRC=examples/file.ino
|
# - PLATFORMIO_CI_SRC=examples/file.ino
|
||||||
|
Reference in New Issue
Block a user