Readme: testing sections and build status on appveyor
This commit is contained in:
14
README.md
14
README.md
@@ -3,7 +3,6 @@
|
|||||||
Web-based PostgreSQL database browser written in Go.
|
Web-based PostgreSQL database browser written in Go.
|
||||||
|
|
||||||
[](https://github.com/sosedoff/pgweb/releases)
|
[](https://github.com/sosedoff/pgweb/releases)
|
||||||
[](https://travis-ci.org/sosedoff/pgweb)
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -62,6 +61,19 @@ pgweb --url postgres://user:password@host:port/database?sslmode=[mode]
|
|||||||
|
|
||||||
[](https://heroku.com/deploy?template=https://github.com/sosedoff/pgweb)
|
[](https://heroku.com/deploy?template=https://github.com/sosedoff/pgweb)
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
Run tests:
|
||||||
|
|
||||||
|
```
|
||||||
|
make test
|
||||||
|
```
|
||||||
|
|
||||||
|
Continuos integration status:
|
||||||
|
|
||||||
|
- Travis (Linux) - [](https://travis-ci.org/sosedoff/pgweb)
|
||||||
|
- Appveyor (Windows) - [](https://ci.appveyor.com/project/sosedoff/pgweb)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
- Fork repository
|
- Fork repository
|
||||||
|
|||||||
Reference in New Issue
Block a user