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
Branches
Tags
No related merge requests found
......@@ -5,9 +5,6 @@ python:
os: linux
addons:
postgresql: "9.3"
before_install:
- export BOTO_CONFIG=/dev/null
......@@ -23,4 +20,23 @@ script: "python -Wall manage.py test"
jobs:
include:
- 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
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