Skip to content

Commit

Permalink
Remove stardog 4 command line option to specify disk type db.
Browse files Browse the repository at this point in the history
This option is not supported on stardog 5.
  • Loading branch information
RickMoynihan committed Feb 1, 2018
1 parent 9ee4634 commit 38ec240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

sleep 15

env JAVA_HOME=/usr/lib/jvm/java-8-oracle/bin/java /opt/stardog/stardog/$STARDOG_VERSION/bin/stardog-admin db create -n drafter-test-db -t D -o strict.parsing=false -o query.all.graphs=true -o reasoning.type=none --
env JAVA_HOME=/usr/lib/jvm/java-8-oracle/bin/java /opt/stardog/stardog/$STARDOG_VERSION/bin/stardog-admin db create -n drafter-test-db -o strict.parsing=false -o query.all.graphs=true -o reasoning.type=none --

sleep 10

0 comments on commit 38ec240

Please sign in to comment.