From f2ee5a3f8b74ce572b635a2d0e3d74f84d4a3264 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Wed, 25 Sep 2024 19:10:00 +0200 Subject: [PATCH] ci: remove configuration for travis-ci Signed-off-by: Davide Madrisan --- .travis.yml | 29 ----------------------------- README.md | 1 - 2 files changed, 30 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b9d0133..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: go - -# Force-enable Go modules.. -# This will be unnecessary when Go 1.14 lands. -env: - - GO111MODULE=on - -go: - - 1.14.x - -# Only clone the most recent commit. -git: - depth: 1 - -sudo: false - -# Don't email me the results of the test runs. -notifications: - email: false - -before_script: - - go get -u github.com/mitchellh/gox@v1.0.1 - - go get -u github.com/golangci/golangci-lint@v1.25.1 - -script: - - make - - make test - - make lint - - make vet diff --git a/README.md b/README.md index 95e2d2a..c9e6356 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Coverage](https://img.shields.io/badge/Go%20Coverage-67.1%25-green.svg?longCache=true&style=flat)](https://github.com/jpoles1/gopherbadger) [![Go Report Card](https://goreportcard.com/badge/github.com/madrisan/hashicorp-vault-monitor)](https://goreportcard.com/report/github.com/madrisan/hashicorp-vault-monitor) -[![TravisCI](https://travis-ci.org/madrisan/hashicorp-vault-monitor.svg)](https://travis-ci.org/madrisan/hashicorp-vault-monitor) ![SemaphoreCI](https://madrisan.semaphoreci.com/badges/hashicorp-vault-monitor.svg?style=shields) # Hashicorp Vault Monitor [![GoDoc](https://godoc.org/github.com/madrisan/hashicorp-vault-monitor?status.png)](https://godoc.org/github.com/madrisan/hashicorp-vault-monitor)