From 90e47b0cc5be66163417ad39f5a1dfbb0e13b3da Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 22 Feb 2018 13:34:15 +0100 Subject: [PATCH] Enable the Trusty platform and postgres 9.5 on Travis --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e491e7288..c00f9559a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ -# Next two to activate the beta Ubuntu Trusty machine without sudo -# But apparently, SSH does not work, to check -#dist: trusty -#sudo: false +dist: trusty +sudo: required language: python @@ -15,8 +13,8 @@ services: - docker addons: - postgresql: "9.4" -# postgresql: "9.5" # Available in Trusty only + postgresql: "9.5" + apt: packages: - texlive-base