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