Skip to content

Commit

Permalink
Merge pull request #1182 from sphuber/fix_1178_travis_trusty_release
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 ca5fda2 + db67d08 commit fb1d25a
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 fb1d25a

Please sign in to comment.