diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ada4998b..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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" \ No newline at end of file