Skip to content
Snippets Groups Projects
Unverified Commit d68c50c4 authored by Marco Ciotola's avatar Marco Ciotola
Browse files

[Travis] Postgres 9.3 isn't present in Xenial

parent 28ad7025
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,6 @@ python: ...@@ -5,9 +5,6 @@ python:
os: linux os: linux
addons:
postgresql: "9.3"
before_install: before_install:
- export BOTO_CONFIG=/dev/null - export BOTO_CONFIG=/dev/null
...@@ -23,4 +20,23 @@ script: "python -Wall manage.py test" ...@@ -23,4 +20,23 @@ script: "python -Wall manage.py test"
jobs: jobs:
include: include:
- dist: trusty - dist: trusty
addons:
postgresql: "9.3"
- dist: trusty
addons:
postgresql: "9.4"
- dist: trusty
addons:
postgresql: "9.5"
- dist: trusty
addons:
postgresql: "9.6"
- dist: xenial
addons:
postgresql: "9.4"
- dist: xenial
addons:
postgresql: "9.5"
- dist: xenial - dist: xenial
addons:
postgresql: "9.6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment