From 054f50b4ca047a9e947b90522a920015f76605f1 Mon Sep 17 00:00:00 2001 From: Maxime Wojtczak Date: Fri, 30 Dec 2022 10:18:03 +0100 Subject: [PATCH] chore: remove travis CI --- .travis.yml | 12 ------------ README.md | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1ea5e90..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -sudo: false - -language: go - -# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml -# should also be updated. -go: - - 1.19.x - -script: - - make - - git diff --exit-code diff --git a/README.md b/README.md index 09b24a6..2f8b72e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SNMP Notifier [![Build Status](https://travis-ci.org/maxwo/snmp_notifier.svg?branch=master)](https://travis-ci.org/maxwo/snmp_notifier) +# SNMP Notifier [![CircleCI](https://circleci.com/gh/maxwo/snmp_notifier/tree/main.svg?style=svg)](https://circleci.com/gh/maxwo/snmp_notifier/tree/master) [![Go Report Card](https://goreportcard.com/badge/github.com/maxwo/snmp_notifier)](https://goreportcard.com/report/github.com/maxwo/snmp_notifier)