summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2015-03-15 18:44:44 +0100
committerJoern Hees <dev@joernhees.de>2015-03-15 18:57:23 +0100
commite1cf6efb387fc510ad99080f8e87369a1e486445 (patch)
tree233ea4f1e1048e09338779a94f15e47e48680540
parent0de105210f419cac4941e7c0da03cc2768cd8904 (diff)
downloadrdflib-e1cf6efb387fc510ad99080f8e87369a1e486445.tar.gz
update fuseki version for testing
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5c172c51..e72d9650 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,9 +14,9 @@ python:
# - "pypy"
before_install:
- - wget http://www.eu.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.tar.gz
- - tar -zxf jena-fuseki-1.1.1-distribution.tar.gz
- - mv jena-fuseki-1.1.1 fuseki
+ - wget http://www.eu.apache.org/dist/jena/binaries/jena-fuseki1-1.1.2-distribution.tar.gz
+ - tar -zxf jena-fuseki*-distribution.tar.gz
+ - mv jena-fuseki*/ fuseki
- cd fuseki
# normal SPARQLStore & Dataset tests:
- bash fuseki-server --port 3030 --debug --update --mem /db &>fuseki.log &