From 89b5c7d9f685677dbab9e0fc99231be1a6d70fb7 Mon Sep 17 00:00:00 2001 From: Oleksii Korshenko Date: Wed, 8 May 2019 16:05:39 -0500 Subject: [PATCH 1/3] Renamed travis.yml file to travis.yml.sample - travis build is not required on magento2 repository - all required builds are implemented as GitHub checks --- .travis.yml => .travis.yml.sample | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .travis.yml => .travis.yml.sample (100%) diff --git a/.travis.yml b/.travis.yml.sample similarity index 100% rename from .travis.yml rename to .travis.yml.sample From ad254063a59011579eecd429e1fbae7e7f1da376 Mon Sep 17 00:00:00 2001 From: Oleksii Korshenko Date: Wed, 8 May 2019 16:12:17 -0500 Subject: [PATCH 2/3] Renamed travis.yml file to travis.yml.sample - updated Pull Request teample. Travis is not required --- .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 f191bd9aaba67..9d66ee40d6f59 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -35,4 +35,4 @@ - [ ] Pull request has a meaningful description of its purpose - [ ] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - - [ ] All automated tests passed successfully (all builds on Travis CI are green) + - [ ] All automated tests passed successfully (all builds are green) From 41e0337c6cb82eb223d1cbb5b656f4a5136e2a8f Mon Sep 17 00:00:00 2001 From: Oleksii Korshenko Date: Thu, 9 May 2019 10:17:10 -0500 Subject: [PATCH 3/3] Renamed travis.yml file to travis.yml.sample - updated readme file --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ecd457a4f1aef..73154c18d891d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -[![Build Status](https://travis-ci.org/magento/magento2.svg?branch=2.3-develop)](https://travis-ci.org/magento/magento2) [![Open Source Helpers](https://www.codetriage.com/magento/magento2/badges/users.svg)](https://www.codetriage.com/magento/magento2) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/magento/magento2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/magento-2/localized.svg)](https://crowdin.com/project/magento-2)