Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #12 from SANSA-Stack/feature/jena-3.11
Browse files Browse the repository at this point in the history
Feature/jena 3.11
  • Loading branch information
LorenzBuehmann committed Jun 18, 2019
2 parents 09430b2 + 8fd67b6 commit 85228a0
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 865 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.class
*.log
*.swp

# sbt specific
.cache
Expand All @@ -20,5 +21,19 @@ project/plugins/project/

scalastyle-output.xml

# eclipse conf file
.settings
.classpath
.project
.manager
.scala_dependencies
.cashe
.cache-main
.cache-tests
.classpath
#.coveralls.yml
deptree.txt


# Protege files
catalog-v001.xml
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ cache:
directories:
- $HOME/.m2
scala:
- 2.11.11
- 2.11.12
jdk:
- openjdk8
script:
- mvn scalastyle:check
- mvn test
- mvn test

0 comments on commit 85228a0

Please sign in to comment.