From 78700f3baf801d0fac1c2d33959b7fe1994dab61 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 1 May 2020 12:13:32 +0200 Subject: [PATCH 1/4] Rename .travis.yml to .travis.yml.off --- .travis.yml => .travis.yml.off | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .travis.yml => .travis.yml.off (100%) diff --git a/.travis.yml b/.travis.yml.off similarity index 100% rename from .travis.yml rename to .travis.yml.off From 592ba6f546c029cf628995605fcf9da29fff40e4 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 1 May 2020 12:15:00 +0200 Subject: [PATCH 2/4] Update CI_github.yml --- .github/workflows/CI_github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_github.yml b/.github/workflows/CI_github.yml index 6fb55d608..806952c3a 100644 --- a/.github/workflows/CI_github.yml +++ b/.github/workflows/CI_github.yml @@ -1,4 +1,4 @@ -name: PlatformIO CI +name: Tasmota CI on: [push, pull_request] From cb55050a3e9ca08642dc0e4f0b759db21f2f47f2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 1 May 2020 12:17:49 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09e2d4ae8..fe6fec973 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In addition to the [release webpage](https://github.com/arendst/Tasmota/releases [![Dev Version](https://img.shields.io/badge/development%20version-v8.2.x.x-blue.svg)](https://github.com/arendst/Tasmota) [![Download Dev](https://img.shields.io/badge/download-development-yellow.svg)](http://thehackbox.org/tasmota/) -[![Build Status](https://img.shields.io/travis/arendst/Tasmota.svg)](https://travis-ci.org/arendst/Tasmota) +![Tasmota CI](https://github.com/arendst/Tasmota/workflows/Tasmota20CI/badge.svg) See [tasmota/CHANGELOG.md](tasmota/CHANGELOG.md) for detailed change information. From 304b0aded2b6f394df71eaffd37120354c46111b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 1 May 2020 12:43:12 +0200 Subject: [PATCH 4/4] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 86917c8d6..6ec59387b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,5 +8,5 @@ - [ ] Only one feature/fix was added per PR. - [ ] The code change is tested and works on core Tasmota_core - [ ] The code change is tested and works on core ESP32 - - [ ] The code change pass travis tests. **Your PR cannot be merged unless tests pass** + - [ ] The code change pass CI tests. **Your PR cannot be merged unless tests pass** - [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).