Skip to content

Commit 0a3ddb8

Browse files
committed
[ci] use PostgreSQL 9.4 on Travis
By default, Travis uses 9.2. Rational for upgrading: * 9.2 is EOL * Rails tests against 9.4 (since before 5.0.0.beta2, 9.3 before that) * Some tests break on 9.2
1 parent 39abd78 commit 0a3ddb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ rvm:
4242
- jruby-9.1.16.0
4343
jdk:
4444
- openjdk8
45+
addons:
46+
postgresql: "9.4"
4547
env:
4648
- DB=mysql2 PREPARED_STATEMENTS=false
4749
- DB=mysql2 PREPARED_STATEMENTS=true

0 commit comments

Comments
 (0)