Skip to content

Commit

Permalink
[FIX] Specify to travis which version of postgis to install
Browse files Browse the repository at this point in the history
  • Loading branch information
benwillig committed Apr 17, 2018
1 parent e3de464 commit e9d5928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ sudo: false
cache: pip

addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- postgresql-9.6-postgis-2.3 postgis # because travis doesn't know which one to install

language: python

Expand Down

0 comments on commit e9d5928

Please sign in to comment.