mirror of
https://github.com/kou029w/k2ping.git
synced 2025-01-19 00:18:00 +00:00
15 lines
186 B
YAML
15 lines
186 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
|
||
|
sudo: false
|
||
|
cache:
|
||
|
directories:
|
||
|
- "~/.platformio"
|
||
|
|
||
|
install:
|
||
|
- pip install -U platformio
|
||
|
|
||
|
script:
|
||
|
- platformio run
|