Delete .gitlab-ci.yml

This was an accidential commit.
This commit is contained in:
Verkehrsrot 2019-05-07 11:16:52 +02:00 committed by GitHub
parent 5af7c90d99
commit f1fe7453d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +0,0 @@
image: python:2.7
stages:
- test
.job_template: &pio_run
script:
- "platformio ci --lib='.' --board=uno --board=teensy31 --board=nodemcuv2 $PLATFORMIO_CI_EXTRA_ARGS"
before_script:
- "pip install -U platformio"