diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ddc0cdd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: go - -go: -- 1.13.x - -deploy: - provider: releases - api_key: - # mbyczkowski's OAuth token - secure: phWdB/u3MZyzo3EGj35PTQdOWagxmAqBxXbQWl/ROL7zYGdyV3ix2EYxElTHpJ6lEksVHRnq3vUyGn0FNBS1jDNU93HQZpC6GPvtGtHfPEWXEk9X2H4cKUsMMfhqihJoA/Fx/S1ExQyVj7JxjnFW2/36J12qlR+gGDM0MOVw08Y= - file_glob: true - file: bin/certstrap-* - skip_cleanup: true - draft: true - on: - repo: square/certstrap - tags: true - go: "1.13.x" # ensure that this matches one of the go versions specified at the top - -script: -- "./integration_test" diff --git a/README.md b/README.md index a788596..69593da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # certstrap [![godoc](http://img.shields.io/badge/godoc-certstrap-blue.svg?style=flat)](https://godoc.org/github.com/square/certstrap) -[![build](https://img.shields.io/travis/square/certstrap.svg?style=flat)](https://travis-ci.org/square/certstrap) [![license](http://img.shields.io/badge/license-apache_2.0-red.svg?style=flat)](https://raw.githubusercontent.com/square/certstrap/master/LICENSE) +[![CI](https://github.com/square/certstrap/actions/workflows/go.yml/badge.svg)](https://github.com/square/certstrap/actions/workflows/go.yml) +[![license](http://img.shields.io/badge/license-apache_2.0-red.svg?style=flat)](https://raw.githubusercontent.com/square/certstrap/master/LICENSE) A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure. Adapted from etcd-ca.