Explorar o código

Delete .travis.yml

Ayush Sharma %!s(int64=3) %!d(string=hai) anos
pai
achega
39bc545337
Modificáronse 1 ficheiros con 0 adicións e 22 borrados
  1. 0 22
      .travis.yml

+ 0 - 22
.travis.yml

@@ -1,22 +0,0 @@
-# Enable validating this file
-version: ~> 1.0
-
-language: python
-python:
-    - "3.9"
-sudo: false
-cache:
-    directories:
-        - "~/.platformio"
-
-jobs:
-  include:
-    - install:
-      - pip install -U platformio
-      - platformio update
-      script: ./build_platformio.sh
-
-notifications:
-  email:
-    on_success: change
-    on_failure: change