diff --git a/README.md b/README.md index 8a8ecb7..bd4b88f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The World Atlas of Language Structures Online +[![Build Status](https://travis-ci.org/cldf-datasets/ewave.svg?branch=master)](https://travis-ci.org/cldf-datasets/ewave) + Cite the source dataset as > Dryer, Matthew S. & Haspelmath, Martin (eds.) 2013. The World Atlas of Language Structures Online. Jena: Max Planck Institute for the Science of Human History. (Available online at https://wals.info) diff --git a/cldf/StructureDataset-metadata.json b/cldf/StructureDataset-metadata.json index f7b7cad..831caf5 100644 --- a/cldf/StructureDataset-metadata.json +++ b/cldf/StructureDataset-metadata.json @@ -17,7 +17,7 @@ "rdf:type": "prov:Entity", "dc:title": "Repository", "rdf:about": "https://github.com/cldf-datasets/wals", - "dc:created": "v2008-2-g483073b" + "dc:created": "v2008-3-g9a32b8e" }, { "rdf:type": "prov:Entity", diff --git a/cldfbench_wals.py b/cldfbench_wals.py index 5988147..e370d4d 100644 --- a/cldfbench_wals.py +++ b/cldfbench_wals.py @@ -33,6 +33,7 @@ def fid_key(fid): class Dataset(BaseDataset): dir = pathlib.Path(__file__).parent id = "wals" + metadata_cls = MetadataWithTravis def cldf_specs(self): # A dataset must declare all CLDF sets it creates. return CLDFSpec(module='StructureDataset', dir=self.cldf_dir)