From a8eee83f6a0a706217900e03349df5ad7101cf05 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Mon, 6 Oct 2014 21:06:33 +1100 Subject: [PATCH] Automated checking of all .ckan files by travis. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..598ce69549 --- /dev/null +++ b/.travis.yml @@ -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