From 269f651c52865e92826027bd733889809b05e962 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 29 Nov 2020 10:33:02 +0900 Subject: [PATCH 1/3] Change name of workflow 'Ruby' -> 'VimScript' --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 1df093e..3683fa3 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -1,4 +1,4 @@ -name: Ruby +name: VimScript on: push: From 93b7528c8c45e94513b84d9dc6045fc460d20f06 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 29 Nov 2020 10:35:27 +0900 Subject: [PATCH 2/3] Change URLs of status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fedda21..205863c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ requirements.txt.vim ==================== [![Build Status](https://travis-ci.org/raimon49/requirements.txt.vim.svg?branch=master)](https://travis-ci.org/raimon49/requirements.txt.vim) -![Ruby](https://github.com/raimon49/requirements.txt.vim/workflows/Ruby/badge.svg) +[![VimScript](https://github.com/raimon49/requirements.txt.vim/workflows/VimScript/badge.svg)](https://github.com/raimon49/requirements.txt.vim/actions?query=workflow%3AVimScript) [![GitHub Release](https://img.shields.io/github/release/raimon49/requirements.txt.vim.svg)](https://github.com/raimon49/requirements.txt.vim/releases) [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.txt) [![GitHub contributors](https://img.shields.io/github/contributors/raimon49/requirements.txt.vim)](https://github.com/raimon49/requirements.txt.vim/graphs/contributors) From 4c80c7117297e2fc906d3fe1fc30122a14cbff6d Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 29 Nov 2020 10:36:12 +0900 Subject: [PATCH 3/3] Remove setting file and status badge of Travis CI --- .travis.yml | 5 ----- README.md | 1 - 2 files changed, 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bdd3d8b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: ruby -rvm: - - 2.6.3 -script: - rake ci diff --git a/README.md b/README.md index 205863c..1450baf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ requirements.txt.vim ==================== -[![Build Status](https://travis-ci.org/raimon49/requirements.txt.vim.svg?branch=master)](https://travis-ci.org/raimon49/requirements.txt.vim) [![VimScript](https://github.com/raimon49/requirements.txt.vim/workflows/VimScript/badge.svg)](https://github.com/raimon49/requirements.txt.vim/actions?query=workflow%3AVimScript) [![GitHub Release](https://img.shields.io/github/release/raimon49/requirements.txt.vim.svg)](https://github.com/raimon49/requirements.txt.vim/releases) [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.txt)