From 98efedfa7e281ea967f42f25a7eab880708d165e Mon Sep 17 00:00:00 2001
From: Marco Ciotola <848222@stud.unive.it>
Date: Tue, 3 Mar 2020 18:11:33 +0100
Subject: [PATCH] [Travis] remove bionic.pg12 and add xenial.pg10

---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7d70fed..d9701c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ before_install:
 install:
   - pip3 install --upgrade pip
   - pip3 install -r requirements.txt
+  - pip3 freeze
 
 before_script:
   - psql -c 'create database helios;' -U postgres
@@ -26,6 +27,9 @@ jobs:
   - dist: xenial
     addons:
       postgresql: "9.6"
+  - dist: xenial
+    addons:
+      postgresql: "10"
   - dist: bionic
     addons:
       postgresql: "9.5"
@@ -38,6 +42,3 @@ jobs:
   - dist: bionic
     addons:
       postgresql: "11"
-  - dist: bionic
-    addons:
-      postgresql: "12"
-- 
GitLab