mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Automated checking of all .ckan files by travis.
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
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 *.ckan
|
Reference in New Issue
Block a user