Skip to content

Commit

Permalink
with build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jan 14, 2020
1 parent 9a32b8e commit 483377c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cldf/StructureDataset-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions cldfbench_wals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 483377c

Please sign in to comment.