testing travis ci

This commit is contained in:
Rick Watson 2019-06-26 21:01:07 +01:00
parent bbcdf3defb
commit 32ac0feae5

View File

@ -24,21 +24,21 @@
# Template #1: General project. Test it using existing `platformio.ini`. # Template #1: General project. Test it using existing `platformio.ini`.
# #
# language: python language: python
# python: python:
# - "2.7" - "2.7"
#
# sudo: false sudo: false
# cache: cache:
# directories: directories:
# - "~/.platformio" - "~/.platformio"
#
# install: install:
# - pip install -U platformio - pip install -U platformio
# - platformio update - platformio update
#
# script: script:
# - platformio run - platformio run
# #