LoRa_APRS_Tracker/.travis.yml

14 lines
283 B
YAML
Raw Normal View History

2020-05-11 10:16:38 +00:00
language: python
python:
- "2.7"
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
- platformio update
script:
2020-05-29 18:33:25 +00:00
- platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
2020-05-11 10:16:38 +00:00
- platformio run