trying to fix travis ci build

This commit is contained in:
Holger Fleischmann
2020-12-10 19:17:51 +01:00
parent 3518e171a1
commit 748b82144e

View File

@@ -1,15 +1,16 @@
language: python
python:
- "2.7"
- "3.7"
sudo: false
cache:
directories:
- "~/.platformio"
- $HOME/.cache/pip
install:
- pip install -U platformio
- platformio update
- pio update
script:
- platformio run
- pio run