From 78f9df9fdb6d1865c408bed38d1d75cfd396031d Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:40:56 +0200 Subject: [PATCH] DE-1347 Update CI and README (#338) https://mailgun.atlassian.net/browse/DE-1347 --- .github/workflows/main.yml | 2 +- .travis.yml | 7 ------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 .travis.yml 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/.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 diff --git a/README.md b/README.md index bee5a414..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) -[![Build Status](https://img.shields.io/travis/mailgun/mailgun-go/master.svg)](https://travis-ci.org/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://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).