Skip to content

Commit

Permalink
[travis] bump postgres 9.3 -> 9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <srenatus@chef.io>
  • Loading branch information
srenatus committed Jun 27, 2017
1 parent 20f41e9 commit 89e1dad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty # precise doesn't have pg 9.6 yet
sudo: false
branches:
only:
Expand All @@ -21,7 +22,7 @@ language: erlang
otp_release:
- 18.3
addons:
postgresql: "9.3"
postgresql: "9.6"
apt:
sources:
- chef-stable-precise
Expand Down

0 comments on commit 89e1dad

Please sign in to comment.