Skip to content
Snippets Groups Projects
Commit da58087c authored by florimondmanca's avatar florimondmanca
Browse files

fix postgresql version in .travis.yml

parent 8cf238d4
No related branches found
No related tags found
1 merge request!4Release version ready to welcome first users
...@@ -6,8 +6,9 @@ cache: pip ...@@ -6,8 +6,9 @@ cache: pip
python: python:
- '3.6' - '3.6'
services: addons:
- postgresql # Django 2.1+ requires PostgreSQL 9.4+
postgresql: '9.4'
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment