diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-12 06:21:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-12 06:21:50 +1100 |
commit | a35c66a00bbee0bb6185c4d37914a41c52c83ddf (patch) | |
tree | 4d5cb8f31328aecc8f344a7ae25d8fb398f43ad6 /.travis.yml | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
download | synapse-a35c66a00bbee0bb6185c4d37914a41c52c83ddf.tar.xz |
Remove duplicates in the user_ips table and add an index (#4370)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |