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

fix postgresql version in .travis.yml

parent 8cf238d4
Branches
No related tags found
1 merge request!4Release version ready to welcome first users
......@@ -6,8 +6,9 @@ cache: pip
python:
- '3.6'
services:
- postgresql
addons:
# Django 2.1+ requires PostgreSQL 9.4+
postgresql: '9.4'
install:
- 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