From 273d59ce9f39c2ee84258ec292003367e4be6c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 22 Jul 2020 19:56:55 +0200 Subject: [PATCH] Add CircleCI badge and remove Travis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 944845762..0bbdc3263 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Packer -[![Build Status][travis-badge]][travis] +[![Build Status][circleci-badge]][circleci] [![Windows Build Status][appveyor-badge]][appveyor] [![PkgGoDev](https://pkg.go.dev/badge/github.com/hashicorp/packer)](https://pkg.go.dev/github.com/hashicorp/packer) [![GoReportCard][report-badge]][report] [![codecov](https://codecov.io/gh/hashicorp/packer/branch/master/graph/badge.svg)](https://codecov.io/gh/hashicorp/packer) -[travis-badge]: https://travis-ci.org/hashicorp/packer.svg?branch=master -[travis]: https://travis-ci.org/hashicorp/packer +[circleci-badge]: https://circleci.com/gh/hashicorp/packer.svg?style=svg +[circleci]: https://app.circleci.com/pipelines/github/hashicorp/packer [appveyor-badge]: https://ci.appveyor.com/api/projects/status/miavlgnp989e5obc/branch/master?svg=true [appveyor]: https://ci.appveyor.com/project/hashicorp/packer [godoc-badge]: https://godoc.org/github.com/hashicorp/packer?status.svg