summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-01-12 06:21:50 +1100
committerGitHub <noreply@github.com>2019-01-12 06:21:50 +1100
commita35c66a00bbee0bb6185c4d37914a41c52c83ddf (patch)
tree4d5cb8f31328aecc8f344a7ae25d8fb398f43ad6 /.travis.yml
parentMerge remote-tracking branch 'origin/master' into develop (diff)
downloadsynapse-a35c66a00bbee0bb6185c4d37914a41c52c83ddf.tar.xz
Remove duplicates in the user_ips table and add an index (#4370)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 84d5efff9b..728f0e248a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,9 @@ cache:
     #
     - $HOME/.cache/pip/wheels
 
+addons:
+  postgresql: "9.4"
+
 # don't clone the whole repo history, one commit will do
 git:
   depth: 1