Skip to content

Commit f1ee725

Browse files
committed
Merge pull request #623 from mboersma/bump-travis-postgresql
chore(.travis.yml): update test PostgreSQL to 9.4
2 parents 130f099 + 252e43c commit f1ee725

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)