From 48eec6db9c316257527f364c0de0fa538663a0ff Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Mar 2020 18:44:13 +0900 Subject: Use GitHub Actions instead of Travis CI on the doc --- README.md | 1 - doc/development/PULL_REQUESTS.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 406300ae32..7df7e6651d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Version ](https://img.shields.io/gem/v/bundler.svg?style=flat)](https://rubygems.org/gems/bundler) -[![Build Status](https://img.shields.io/travis/rubygems/bundler/master.svg?style=flat)](https://travis-ci.org/rubygems/bundler) [![Inline docs ](https://inch-ci.org/github/rubygems/bundler.svg?style=flat)](https://inch-ci.org/github/rubygems/bundler) [![Slack ](https://bundler-slackin.herokuapp.com/badge.svg)](https://bundler-slackin.herokuapp.com) diff --git a/doc/development/PULL_REQUESTS.md b/doc/development/PULL_REQUESTS.md index 313a885033..09428f057f 100644 --- a/doc/development/PULL_REQUESTS.md +++ b/doc/development/PULL_REQUESTS.md @@ -8,7 +8,7 @@ Before you submit a pull request, please remember to do the following: ## Code formatting -Make sure the code formatting and styling adheres to the guidelines. We use RuboCop for this. Lack of formatting adherence will result in automatic Travis build failures. +Make sure the code formatting and styling adheres to the guidelines. We use RuboCop for this. Lack of formatting adherence will result in automatic GitHub Actions build failures. $ bin/rubocop -a -- cgit v1.2.1