ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

Travis build is broken #57

Closed torfsen closed 6 years ago

torfsen commented 6 years ago

The Travis CI build is broken, see for example this build.

torfsen commented 6 years ago

The error message is:

E: Version '1.2.2-1' for 'libcommons-fileupload-java' was not found

That version is also hard-coded in CKAN's current extension template, so if we figure out a fix here it should probably be ported there, too.

amercader commented 6 years ago

Yes, and we should use Travis' Postgres: https://github.com/ckan/ckanext-dcat/commit/6e5f9f788495268e036051714182947d78f49aab

torfsen commented 6 years ago

Fixed by #59.