Skip to content

Commit c244bc2

Browse files
The-AlchemistBurak Yucesoy
authored andcommitted
Add PostgreSQL 9.6 to the test matrix
1 parent 39a49e9 commit c244bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- PGVERSION=9.3
77
- PGVERSION=9.4
88
- PGVERSION=9.5
9+
- PGVERSION=9.6
910
before_script:
1011
- export PATH=/usr/lib/postgresql/$PGVERSION/bin:$PATH # Add our chosen PG version to the path
1112
- sudo /etc/init.d/postgresql stop # Stop whichever version of PG that travis started

0 commit comments

Comments
 (0)