mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Work-around for travis trusty postgis problem
See https://github.com/travis-ci/travis-ci/issues/6972
This commit is contained in:
parent
0130a1c49d
commit
a6ecd519e3
@ -1,4 +1,5 @@
|
||||
language: c
|
||||
dist: trusty
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
@ -15,6 +16,9 @@ install:
|
||||
|
||||
addons:
|
||||
postgresql: "9.3" # for "installcheck"
|
||||
apt:
|
||||
packages:
|
||||
- postgresql-9.3-postgis-2.3
|
||||
|
||||
# Note: Valgrind currently reports many problems when libght is enabled. So for
|
||||
# now, and until the problems are fixed, we just run the unit tests with libght
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user