diff --git a/examples/arduino-blink/.gitignore b/examples/arduino-blink/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/arduino-blink/.gitignore +++ b/examples/arduino-blink/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/arduino-blink/.travis.yml b/examples/arduino-blink/.travis.yml index 593d7ef..7c486f1 100644 --- a/examples/arduino-blink/.travis.yml +++ b/examples/arduino-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/arduino-wifiscan/.gitignore b/examples/arduino-wifiscan/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/arduino-wifiscan/.gitignore +++ b/examples/arduino-wifiscan/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/arduino-wifiscan/.travis.yml b/examples/arduino-wifiscan/.travis.yml index 593d7ef..7c486f1 100644 --- a/examples/arduino-wifiscan/.travis.yml +++ b/examples/arduino-wifiscan/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,10 +8,10 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # # Please choose one of the following templates (proposed below) and uncomment @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-aws-iot/.gitignore b/examples/espidf-aws-iot/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-aws-iot/.gitignore +++ b/examples/espidf-aws-iot/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-aws-iot/.travis.yml b/examples/espidf-aws-iot/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-aws-iot/.travis.yml +++ b/examples/espidf-aws-iot/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-ble-adv/.gitignore b/examples/espidf-ble-adv/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-ble-adv/.gitignore +++ b/examples/espidf-ble-adv/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-ble-adv/.travis.yml b/examples/espidf-ble-adv/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-ble-adv/.travis.yml +++ b/examples/espidf-ble-adv/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-blink/.gitignore b/examples/espidf-blink/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-blink/.gitignore +++ b/examples/espidf-blink/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-blink/.travis.yml b/examples/espidf-blink/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-blink/.travis.yml +++ b/examples/espidf-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-coap-server/.gitignore b/examples/espidf-coap-server/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-coap-server/.gitignore +++ b/examples/espidf-coap-server/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-coap-server/.travis.yml b/examples/espidf-coap-server/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-coap-server/.travis.yml +++ b/examples/espidf-coap-server/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-exceptions/.gitignore b/examples/espidf-exceptions/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-exceptions/.gitignore +++ b/examples/espidf-exceptions/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-exceptions/.travis.yml b/examples/espidf-exceptions/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-exceptions/.travis.yml +++ b/examples/espidf-exceptions/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-hello-world/.gitignore b/examples/espidf-hello-world/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-hello-world/.gitignore +++ b/examples/espidf-hello-world/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-hello-world/.travis.yml b/examples/espidf-hello-world/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-hello-world/.travis.yml +++ b/examples/espidf-hello-world/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-http-request/.gitignore b/examples/espidf-http-request/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-http-request/.gitignore +++ b/examples/espidf-http-request/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-http-request/.travis.yml b/examples/espidf-http-request/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-http-request/.travis.yml +++ b/examples/espidf-http-request/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-peripherals-uart/.gitignore b/examples/espidf-peripherals-uart/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-peripherals-uart/.gitignore +++ b/examples/espidf-peripherals-uart/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-peripherals-uart/.travis.yml b/examples/espidf-peripherals-uart/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-peripherals-uart/.travis.yml +++ b/examples/espidf-peripherals-uart/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/espidf-storage-sdcard/.gitignore b/examples/espidf-storage-sdcard/.gitignore index 5402c18..6c69f4c 100644 --- a/examples/espidf-storage-sdcard/.gitignore +++ b/examples/espidf-storage-sdcard/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/espidf-storage-sdcard/.travis.yml b/examples/espidf-storage-sdcard/.travis.yml index 2c4ff5c..7c486f1 100644 --- a/examples/espidf-storage-sdcard/.travis.yml +++ b/examples/espidf-storage-sdcard/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/pumbaa-blink/.gitignore b/examples/pumbaa-blink/.gitignore index 5402c18..6c69f4c 100755 --- a/examples/pumbaa-blink/.gitignore +++ b/examples/pumbaa-blink/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/pumbaa-blink/.travis.yml b/examples/pumbaa-blink/.travis.yml index 2c4ff5c..7c486f1 100755 --- a/examples/pumbaa-blink/.travis.yml +++ b/examples/pumbaa-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N diff --git a/examples/simba-blink/.gitignore b/examples/simba-blink/.gitignore index 5402c18..6c69f4c 100755 --- a/examples/simba-blink/.gitignore +++ b/examples/simba-blink/.gitignore @@ -1,3 +1,2 @@ .pioenvs -.clang_complete -.gcc-flags.json +.piolibdeps diff --git a/examples/simba-blink/.travis.yml b/examples/simba-blink/.travis.yml index 2c4ff5c..7c486f1 100755 --- a/examples/simba-blink/.travis.yml +++ b/examples/simba-blink/.travis.yml @@ -1,6 +1,6 @@ # Continuous Integration (CI) is the practice, in software # engineering, of merging all developer working copies with a shared mainline -# several times a day < http://docs.platformio.org/page/ci/index.html > +# several times a day < https://docs.platformio.org/page/ci/index.html > # # Documentation: # @@ -8,13 +8,13 @@ # < https://docs.travis-ci.com/user/integration/platformio/ > # # * PlatformIO integration with Travis CI -# < http://docs.platformio.org/page/ci/travis.html > +# < https://docs.platformio.org/page/ci/travis.html > # # * User Guide for `platformio ci` command -# < http://docs.platformio.org/page/userguide/cmd_ci.html > +# < https://docs.platformio.org/page/userguide/cmd_ci.html > # # -# Please choice one of the following templates (proposed below) and uncomment +# Please choose one of the following templates (proposed below) and uncomment # it (remove "# " before each line) or use own configuration according to the # Travis CI documentation (see above). # @@ -35,13 +35,14 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio run # -# Template #2: The project is intended to by used as a library with examples +# Template #2: The project is intended to be used as a library with examples. # # language: python @@ -60,6 +61,7 @@ # # install: # - pip install -U platformio +# - platformio update # # script: # - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N