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

Commit 85228a0

Browse files
Merge pull request #12 from SANSA-Stack/feature/jena-3.11
Feature/jena 3.11
2 parents 09430b2 + 8fd67b6 commit 85228a0

7 files changed

Lines changed: 299 additions & 865 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.class
22
*.log
3+
*.swp
34

45
# sbt specific
56
.cache
@@ -20,5 +21,19 @@ project/plugins/project/
2021

2122
scalastyle-output.xml
2223

24+
# eclipse conf file
25+
.settings
26+
.classpath
27+
.project
28+
.manager
29+
.scala_dependencies
30+
.cashe
31+
.cache-main
32+
.cache-tests
33+
.classpath
34+
#.coveralls.yml
35+
deptree.txt
36+
37+
2338
# Protege files
2439
catalog-v001.xml

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ cache:
44
directories:
55
- $HOME/.m2
66
scala:
7-
- 2.11.11
7+
- 2.11.12
8+
jdk:
9+
- openjdk8
810
script:
911
- mvn scalastyle:check
10-
- mvn test
12+
- mvn test

0 commit comments

Comments
 (0)