Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
test against postgresql 9.4
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+1
−1
.travis.yml
-
+1
−1
project/Build.scala
|
@@ -8,8 +8,8 @@ notifications: |
|
|
secure: j3YP9TjiIcMRy2mvunF1AHBOFnz2H7mZAFVbHPBNkAjMCwSdBNvLpn33qv6ybr02c5snBDJTs0P70RJ/mh3YsqwnIeloQD9HUfnndKQD6ujxx1QWRI/lVDW4pfVRQEuPsXdW/3AiqxrSG5BS4thiyc3vj3LpnodHwNMUT+Nlmq0= |
|
|
services: |
|
|
- mysql |
|
|
- postgresql |
|
|
addons: |
|
|
postgresql: "9.4" |
|
|
apt: |
|
|
packages: |
|
|
- graphviz |
|
|
|
@@ -40,7 +40,7 @@ object SlickBuild extends Build { |
|
|
"org.xerial" % "sqlite-jdbc" % "3.8.7", |
|
|
"org.apache.derby" % "derby" % "10.9.1.0", |
|
|
"org.hsqldb" % "hsqldb" % "2.2.8", |
|
|
"postgresql" % "postgresql" % "9.1-901.jdbc4", |
|
|
"org.postgresql" % "postgresql" % "9.4.1209", |
|
|
"mysql" % "mysql-connector-java" % "5.1.38", |
|
|
"net.sourceforge.jtds" % "jtds" % "1.3.1" |
|
|
) |
|
|