Skip to content

Commit

Permalink
CHanged postgres version from 9.3 to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smsufyian committed Jun 13, 2019
1 parent 018dee9 commit 1f2a488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
jdk:
- openjdk8
addons:
postgresql: "9.3"
postgresql: "9.4"
before_install:
- psql -c 'create database pg_hibernate;' -U postgres
- psql -U postgres -c 'create extension hstore' pg_hibernate
Expand Down

0 comments on commit 1f2a488

Please sign in to comment.