Skip to content

Commit

Permalink
Update PostgreSQL version for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus committed Mar 31, 2017
1 parent 69285e0 commit 1c4cdb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ otp_release:
- 19.2
- 19.3
addons:
postgresql: "9.4"
postgresql: "9.5"
services:
- postgresql
before_script:
- cp config/test.travis.exs config/test.exs
- mix deps.get
Expand Down

0 comments on commit 1c4cdb8

Please sign in to comment.