Skip to content

Commit

Permalink
travis: explicitly install postgresql-server-dev-9.5
Browse files Browse the repository at this point in the history
Based on travis-ci/travis-ci#9011 it seems we
have to specify explicitly the dependency on the postgresql-dev package
by now.
  • Loading branch information
dev-zero committed Jul 9, 2018
1 parent 3ad95ef commit 80d5991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ addons:

apt:
packages:
- postgresql-server-dev-9.5
- texlive-base
- texlive-generic-recommended
- texlive-fonts-recommended
Expand Down

0 comments on commit 80d5991

Please sign in to comment.