Simplifying build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2019-03-29 21:49:51 +01:00
parent 53ed60151c
commit 9b4dd040c1

@ -5,7 +5,7 @@ steps:
- name: build
image: python:2
commands:
- apt-get -y update && apt-get -y install git && pip install platformio
- pip install platformio
- pio run
- name: upload
image: python:2