Skip to content

Commit

Permalink
Update travis and Readme files about the new branch REL_11_STABLE (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonInsung authored Oct 10, 2018
1 parent 78cd2bb commit daead64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_script:

env:
matrix:
- PGVERSION=10
- PGVERSION=11

language: cpp
compiler:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ check code blocks. Please choose a branch to match the PostgreSQL version
you will be building pg_rman against.

* master : branch for latest PostgreSQL development version [![Build Status](https://travis-ci.org/ossc-db/pg_rman.svg?branch=master)](https://travis-ci.org/ossc-db/pg_rman)
* REL_11_STABLE : branch for PostgreSQL 11.0 [![Build Status](https://travis-ci.org/ossc-db/pg_rman.svg?branch=REL_11_STABLE)](https://travis-ci.org/ossc-db/pg_rman)
* REL_10_STABLE : branch for PostgreSQL 10.0 [![Build Status](https://travis-ci.org/ossc-db/pg_rman.svg?branch=REL_10_STABLE)](https://travis-ci.org/ossc-db/pg_rman)
* REL9_6_STABLE : branch for PostgreSQL 9.6 [![Build Status](https://travis-ci.org/ossc-db/pg_rman.svg?branch=REL9_6_STABLE)](https://travis-ci.org/ossc-db/pg_rman)
* REL9_5_STABLE : branch for PostgreSQL 9.5 [![Build Status](https://travis-ci.org/ossc-db/pg_rman.svg?branch=REL9_5_STABLE)](https://travis-ci.org/ossc-db/pg_rman)
Expand Down

0 comments on commit daead64

Please sign in to comment.