Skip to content

Commit

Permalink
Travis Postgres server update to 9.4
Browse files Browse the repository at this point in the history
Once the CI officially supports 9.5, we can switch to that. Switching to
9.5 will verify us that the atomic upsert feature of postgres works as
expected.
  • Loading branch information
psibi committed Aug 14, 2016
1 parent a77d8bf commit 3ca8fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -33,7 +33,7 @@ matrix:
- mongodb
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=postgresql
addons:
postgresql: "9.3"
postgresql: "9.4"
apt:
sources:
- hvr-ghc
Expand Down Expand Up @@ -81,7 +81,7 @@ matrix:
- mongodb
- env: GHCVER=7.8.4 CABALVER=1.18 BACKEND=postgresql
addons:
postgresql: "9.3"
postgresql: "9.4"
apt:
sources:
- hvr-ghc
Expand Down Expand Up @@ -129,7 +129,7 @@ matrix:
- mongodb
- env: GHCVER=7.10.2 CABALVER=1.22 BACKEND=postgresql
addons:
postgresql: "9.3"
postgresql: "9.4"
apt:
sources:
- hvr-ghc
Expand Down

0 comments on commit 3ca8fac

Please sign in to comment.