Skip to content

Commit

Permalink
feat: add PostgreSQL 9.4 to .travis.yml matrix
Browse files Browse the repository at this point in the history
Add PostgreSQL 9.4 to matrix of JDK/databases that are tested against.
  • Loading branch information
sehrope committed Apr 3, 2015
1 parent 21289e7 commit 9e94f35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ matrix:
- jdk: oraclejdk8
addons:
postgresql: "9.3"
- jdk: openjdk6
addons:
postgresql: "9.4"
- jdk: openjdk7
addons:
postgresql: "9.4"
- jdk: oraclejdk7
addons:
postgresql: "9.4"
- jdk: oraclejdk8
addons:
postgresql: "9.4"

0 comments on commit 9e94f35

Please sign in to comment.