CKAN-meta/.travis.yml

15 lines
404 B
YAML
Raw Normal View History

language: java
# Our validator actually lives in the CKAN directory, which
# means CKAN-meta can stay nice and lightweight for then it
# gets downloaded by every single CKAN client. :)
install:
- git clone https://github.com/KSP-CKAN/CKAN.git
# Our test is merely checking that all the ckan files validate
# against the current spec.
script:
- CKAN/bin/ckan-validate $(find . -name '*.ckan')