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). 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] diff --git a/.travis.yml b/.travis.yml.off similarity index 100% rename from .travis.yml rename to .travis.yml.off 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.