Include travis and coveralls badges
This commit is contained in:
parent
76b5bb82d9
commit
fd7f99a438
|
@ -14,7 +14,7 @@ install:
|
|||
before_script:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- sleep 3 # give xvfb some time to start
|
||||
- sleep 15 # give xvfb some time to start
|
||||
script:
|
||||
- sh bin/travis-run.sh
|
||||
after_success: coveralls
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
CKAN Private Datasets [![Build Status](https://build.conwet.fi.upm.es/jenkins/buildStatus/icon?job=ckan_privatedatasets-develop)](https://build.conwet.fi.upm.es/jenkins/job/ckan_privatedatasets-develop/)
|
||||
CKAN Private Datasets [![Build Status](https://travis-ci.org/conwetlab/ckanext-privatedatasets.svg?branch=develop)](https://travis-ci.org/conwetlab/ckanext-privatedatasets) [![Coverage Status](https://coveralls.io/repos/github/conwetlab/ckanext-privatedatasets/badge.svg?branch=develop)](https://coveralls.io/github/conwetlab/ckanext-privatedatasets?branch=develop)
|
||||
=====================
|
||||
|
||||
This CKAN extension allows a user to create private datasets that only certain users will be able to see. When a dataset is being created, it's possible to specify the list of users that can see this dataset. In addition, the extension provides an HTTP API that allows to add users programmatically.
|
||||
|
|
Loading…
Reference in New Issue