Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update postgres with current Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 9, 2021
1 parent a15d442 commit 869ac9d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ python:

env:
matrix:
- DJANGO_VERSION='>=1.10,<1.11' POSTGRES_VERSION=9.5
- DJANGO_VERSION='>=1.11,<1.12' POSTGRES_VERSION=9.5
- DJANGO_VERSION='>=2.2,<2.3' POSTGRES_VERSION=9.5
- DJANGO_VERSION='>=1.10,<1.11' POSTGRES_VERSION=10
- DJANGO_VERSION='>=1.11,<1.12' POSTGRES_VERSION=10
- DJANGO_VERSION='>=2.2,<2.3' POSTGRES_VERSION=10
- DJANGO_VERSION='>=3.2,<3.3' POSTGRES_VERSION=10
- DJANGO_VERSION='>3.2' POSTGRES_VERSION=10
before_install:
- echo $POSTGRES_VERSION
- sudo service postgresql stop && sudo service postgresql start $POSTGRES_VERSION
Expand Down

0 comments on commit 869ac9d

Please sign in to comment.