Opened 8 years ago
Closed 8 years ago
#3803 closed defect (fixed)
travis needs to have script revised to work with trusty
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.3.4 |
Component: | QA/buildbots | Version: | 2.3.x |
Keywords: | Cc: |
Description ¶
Precise is being obsoleted which was the default travis was running on.
On around July 18th, travis changed default to run on trusty
this is around when our travis build started failing.
I've forced 2.4. to run on precise at r15531 , but given precise is being obsoleted soon, I think we need to migrate all our scripts to properly work on trusty.
We might as well upgrade the PostgreSQL as well.
Note:
See TracTickets
for help on using tickets.
The failure seems related to PostgreSQL server user not having access to build dir:
Needs further inspection of directories permissions, can you try maybe to send a github PR adding these steps to .travis.yml: