Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2999495

Browse files
committed
travis widget & script fix
1 parent ef51e0b commit 2999495

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ os:
55
compiler:
66
- gcc
77
- clang
8-
script: ./configure && make check
8+
script: ./configure && make -j 4 && make check
99

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Postgres_cluster
22

3+
[![Build Status](https://travis-ci.org/postgrespro/postgres_cluster.svg?branch=master)](https://travis-ci.org/postgrespro/postgres_cluster)
4+
35
Various experiments with PostgreSQL clustering perfomed at PostgresPro.
46

57
This is mirror of postgres repo with several changes to the core and few extra extensions.

0 commit comments

Comments
 (0)