Quellcode durchsuchen

Delete .travis.yml

Ayush Sharma vor 2 Jahren
Ursprung
Commit
39bc545337
1 geänderte Dateien mit 0 neuen und 22 gelöschten Zeilen
  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