瀏覽代碼

Delete .travis.yml

Ayush Sharma 3 年之前
父節點
當前提交
39bc545337
共有 1 個文件被更改,包括 0 次插入22 次删除
  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