diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-20 23:03:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 23:03:30 +1100 |
commit | a06614bd2aba5d751e002433c88e8ba1ba02c50b (patch) | |
tree | b6ab8acadcb0206fe0779f3f42bcbd45d916a07c /.travis.yml | |
parent | Logging improvements for the pusher (#4691) (diff) | |
download | synapse-a06614bd2aba5d751e002433c88e8ba1ba02c50b.tar.xz |
UPSERT many functionality (#4644)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d88f10324f..5d763123a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,7 +89,7 @@ install: - psql -At -U postgres -c 'select version();' || true - pip install tox - + # if we don't have python3.6 in this environment, travis unhelpfully gives us # a `python3.6` on our path which does nothing but spit out a warning. Tox # tries to run it (even if we're not running a py36 env), so the build logs |