summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-09-27 23:21:54 +1000
committerGitHub <noreply@github.com>2018-09-27 23:21:54 +1000
commitb3064532d005e08a3f5ec0c2a2decf688208f5e6 (patch)
tree1c3650106b8a12bbf2a69766d98b2f34e9311cfb /.travis.yml
parentMerge pull request #3961 from matrix-org/neilj/lock_mau_upserts (diff)
downloadsynapse-b3064532d005e08a3f5ec0c2a2decf688208f5e6.tar.xz
Run our oldest supported configuration in CI (#3952)
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 b6faca4b92..2077f6af72 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -21,6 +21,9 @@ matrix: env: TOX_ENV=py27 - python: 2.7 + env: TOX_ENV=py27-old + + - python: 2.7 env: TOX_ENV=py27-postgres TRIAL_FLAGS="-j 4" services: - postgresql