From 25c45ee3c8f7ffad6f297de37d5817a51bf5b9a4 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 8 Oct 2019 21:11:14 +0200 Subject: [PATCH] Replace Travis CI status badge with workflow status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20fda1e2..328656a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ https-proxy-agent ================ ### An HTTP(s) proxy `http.Agent` implementation for HTTPS -[![Build Status](https://travis-ci.org/TooTallNate/node-https-proxy-agent.svg?branch=master)](https://travis-ci.org/TooTallNate/node-https-proxy-agent) +[![Build Status](https://github.com/TooTallNate/node-https-proxy-agent/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-https-proxy-agent/actions?workflow=Node+CI) This module provides an `http.Agent` implementation that connects to a specified HTTP or HTTPS proxy server, and can be used with the built-in `https` module.