Skip to content
Snippets Groups Projects
Commit 98efedfa authored by Marco Ciotola's avatar Marco Ciotola Committed by Ben Adida
Browse files

[Travis] remove bionic.pg12 and add xenial.pg10

parent d8121682
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ before_install: ...@@ -12,6 +12,7 @@ before_install:
install: install:
- pip3 install --upgrade pip - pip3 install --upgrade pip
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pip3 freeze
before_script: before_script:
- psql -c 'create database helios;' -U postgres - psql -c 'create database helios;' -U postgres
...@@ -26,6 +27,9 @@ jobs: ...@@ -26,6 +27,9 @@ jobs:
- dist: xenial - dist: xenial
addons: addons:
postgresql: "9.6" postgresql: "9.6"
- dist: xenial
addons:
postgresql: "10"
- dist: bionic - dist: bionic
addons: addons:
postgresql: "9.5" postgresql: "9.5"
...@@ -38,6 +42,3 @@ jobs: ...@@ -38,6 +42,3 @@ jobs:
- dist: bionic - dist: bionic
addons: addons:
postgresql: "11" postgresql: "11"
- dist: bionic
addons:
postgresql: "12"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment