Browse Source

Delete .travis.yml

Ayush Sharma 2 years ago
parent
commit
39bc545337
1 changed files with 0 additions and 22 deletions
  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