Browse Source

Was travis forcing us into legacy postgres?

Jose Lorenzo Rodriguez 10 years ago
parent
commit
135aa7201d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -24,6 +24,9 @@ cache:
     - vendor
     - $HOME/.composer/cache
 
+addons:
+  postgresql: "9.4.1"
+
 matrix:
   fast_finish: true