Recurse all directories when testing CKAN files.

Closes #40
This commit is contained in:
Paul Fenwick 2014-10-14 23:39:36 +11:00
parent c1091d3b0c
commit 4f6b5cec19
3 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ install:
# against the current spec.
script:
- CKAN/bin/ckan-validate *.ckan
- CKAN/bin/ckan-validate $(find . -name '*.ckan')