Skip to content

Commit 03879f5

Browse files
lpincaTooTallNate
authored andcommittedOct 9, 2019
Replace Travis CI status badge with workflow status badge (TooTallNate#80)
1 parent 0638f19 commit 03879f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
https-proxy-agent
22
================
33
### An HTTP(s) proxy `http.Agent` implementation for HTTPS
4-
[![Build Status](https://travis-ci.org/TooTallNate/node-https-proxy-agent.svg?branch=master)](https://travis-ci.org/TooTallNate/node-https-proxy-agent)
4+
[![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)
55

66
This module provides an `http.Agent` implementation that connects to a specified
77
HTTP or HTTPS proxy server, and can be used with the built-in `https` module.

0 commit comments

Comments
 (0)
Please sign in to comment.