Permalink
Browse files

Adds travis build

  • Loading branch information...
Tpt
Tpt committed Jan 9, 2019
1 parent 52edbb9 commit 4df581fe6532f8a91bb20d4ed13aa6329f1f3513
Showing with 10 additions and 2 deletions.
  1. +8 −0 .travis.yml
  2. +2 −2 README.md
@@ -0,0 +1,8 @@
sudo: false
language: java
jdk:
- openjdk8

cache:
directories:
- $HOME/.m2
@@ -5,14 +5,14 @@ This repository provides a SPARQL endpoint for Wikidata history, allowing to do

Warning: This is a work in progress and is not ready yet.

[![Build Status](https://travis-ci.org/Tpt/wikidata-sparql-history.svg?branch=master)](https://travis-ci.org/Tpt/wikidata-sparql-history)


## User documentation

A public endpoint should be available soon. Here are some example of queries:




## Developer documentation

To setup a working endpoint do:

0 comments on commit 4df581f

Please sign in to comment.