Skip to content

Commit 9be3b47

Browse files
gmcquillanjasonmp85
authored andcommitted
Updates Travis.yml and Readme
1 parent d7c26c7 commit 9be3b47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ env:
44
- PGVERSION=9.1
55
- PGVERSION=9.2
66
- PGVERSION=9.3
7+
- PGVERSION=9.4
78

89
before_script:
910
- export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path
1011
- sudo /etc/init.d/postgresql stop # Stop whichever version of PG that travis started
1112
- sudo /etc/init.d/postgresql start $PGVERSION # Start the version of PG that we want to test
13+
- sudo apt-get update -qq # Retrieves new list of packages
1214
- sudo apt-get install postgresql-server-dev-$PGVERSION # Required for PGXS
1315
- sudo apt-get install postgresql-common # Required for extension support files
1416
- createdb hll_regress # Create the test database
@@ -17,4 +19,3 @@ script:
1719
- make && sudo make install
1820
- psql -c "create extension hll" hll_regress
1921
- make -C regress
20-

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Compatibility
361361

362362
This module has been tested on:
363363

364-
* **Postgres 9.0, 9.1, 9.2, 9.3**
364+
* **Postgres 9.0, 9.1, 9.2, 9.3, 9.4**
365365

366366
If you end up needing to change something to get this running on another system, send us the diff and we'll try to work it in!
367367

0 commit comments

Comments
 (0)