Skip to content

Commit

Permalink
update fuseki version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joernhees committed Mar 15, 2015
1 parent 0de1052 commit e1cf6ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit e1cf6ef

Please sign in to comment.