Skip to content

Commit 252e43c

Browse files
committed
chore(.travis.yml): update test PostgreSQL to 9.4
This is closer to parity with v9.4.6 currently in use by the deis/postgres component.
1 parent 130f099 commit 252e43c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- postgresql
1010
sudo: required
1111
addons:
12-
postgresql: "9.3"
12+
postgresql: "9.4"
1313
before_install:
1414
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb"
1515
- sudo dpkg -i shellcheck_0.3.7-5_amd64.deb

0 commit comments

Comments
 (0)