Skip to content

Commit

Permalink
Merge pull request #1180 from sphuber/fix_1178_travis_trusty_develop
Browse files Browse the repository at this point in the history
Enable the Trusty platform and postgres 9.5 on Travis
  • Loading branch information
sphuber authored Feb 22, 2018
2 parents 8b2ef31 + 90e47b0 commit 7e14d16
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -15,8 +13,8 @@ services:
- docker

addons:
postgresql: "9.4"
# postgresql: "9.5" # Available in Trusty only
postgresql: "9.5"

apt:
packages:
- texlive-base
Expand Down

0 comments on commit 7e14d16

Please sign in to comment.