From 92a46d05c72ae723106ee8dec0f47fe9d54304c6 Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:08:05 +0200 Subject: [PATCH 1/3] removed redundant --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e67f7b68..00000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: go - -env: - - GO111MODULE=on - -go: - - 1.13.15 From 32b2225523aa57f654344ce89be02d693b878f1a Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:10:51 +0200 Subject: [PATCH 2/3] GoDoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bee5a414..994bbae4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mailgun with Go -[![GoDoc](https://godoc.org/github.com/mailgun/mailgun-go?status.svg)](https://godoc.org/github.com/mailgun/mailgun-go) +[![GoDoc](https://godoc.org/github.com/mailgun/mailgun-go?status.svg)](https://godoc.org/github.com/mailgun/mailgun-go/v4) [![Build Status](https://img.shields.io/travis/mailgun/mailgun-go/master.svg)](https://travis-ci.org/mailgun/mailgun-go) Go library for interacting with the [Mailgun](https://mailgun.com/) [API](https://documentation.mailgun.com/en/latest/api_reference.html). From 0d1e0760e3e1ae97c380e048fde702f973760a99 Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:17:51 +0200 Subject: [PATCH 3/3] Build Status --- .github/workflows/main.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7088fa7e..d171922f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: On Pull Request +name: CI on: pull_request: diff --git a/README.md b/README.md index 994bbae4..75af9d58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mailgun with Go [![GoDoc](https://godoc.org/github.com/mailgun/mailgun-go?status.svg)](https://godoc.org/github.com/mailgun/mailgun-go/v4) -[![Build Status](https://img.shields.io/travis/mailgun/mailgun-go/master.svg)](https://travis-ci.org/mailgun/mailgun-go) +[![Build Status](https://github.com/mailgun/mailgun-go/workflows/CI/badge.svg)](https://github.com/mailgun/mailgun-go/actions/workflows/main.yml) Go library for interacting with the [Mailgun](https://mailgun.com/) [API](https://documentation.mailgun.com/en/latest/api_reference.html).