Skip to content

Commit 9e94f35

Browse files
committed
feat: add PostgreSQL 9.4 to .travis.yml matrix
Add PostgreSQL 9.4 to matrix of JDK/databases that are tested against.
1 parent 21289e7 commit 9e94f35

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,15 @@ matrix:
4444
- jdk: oraclejdk8
4545
addons:
4646
postgresql: "9.3"
47+
- jdk: openjdk6
48+
addons:
49+
postgresql: "9.4"
50+
- jdk: openjdk7
51+
addons:
52+
postgresql: "9.4"
53+
- jdk: oraclejdk7
54+
addons:
55+
postgresql: "9.4"
56+
- jdk: oraclejdk8
57+
addons:
58+
postgresql: "9.4"

0 commit comments

Comments
 (0)