Skip to content

Commit cda2e71

Browse files
committed
add travis build status badge
1 parent 0eaea01 commit cda2e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WordPress Http Request/Response
1+
# WordPress Http Request/Response [![Build Status](https://travis-ci.org/netrivet/wp-http.svg?branch=master)](https://travis-ci.org/netrivet/wp-http)
22

33
Provides a consistent, object-oriented API for making HTTP requests and receiving responses in the WordPress ecosystem. Provides a thin wrapper around the `WP_Http` class and then normalizes the return values of the internal `WP_Http::request` method to return a Psr7-ish, Guzzle-ish, modern-ish `Response` object, which does not exist in WordPress.
44

0 commit comments

Comments
 (0)