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)