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`.
#
# language: python
# python:
# - "2.7"
#
# sudo: false
# cache:
# directories:
# - "~/.platformio"
#
# install:
# - pip install -U platformio
# - platformio update
#
# script:
# - platformio run
language: python
python:
- "2.7"
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
- platformio update
script:
- platformio run
#