diff --git a/README.md b/README.md index 0908d69..c77ceda 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Web-based PostgreSQL database browser written in Go. [![Release](https://img.shields.io/github/release/sosedoff/pgweb.svg)](https://github.com/sosedoff/pgweb/releases) -[![Build Status](https://img.shields.io/travis/sosedoff/pgweb.svg)](https://travis-ci.org/sosedoff/pgweb) ## Overview @@ -62,6 +61,19 @@ pgweb --url postgres://user:password@host:port/database?sslmode=[mode] [![Heroku Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/sosedoff/pgweb) +## Testing + +Run tests: + +``` +make test +``` + +Continuos integration status: + +- Travis (Linux) - [![Build Status](https://img.shields.io/travis/sosedoff/pgweb.svg)](https://travis-ci.org/sosedoff/pgweb) +- Appveyor (Windows) - [![Build Status](https://img.shields.io/appveyor/ci/sosedoff/pgweb.svg)](https://ci.appveyor.com/project/sosedoff/pgweb) + ## Contribute - Fork repository