We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0236eb commit 1244e7fCopy full SHA for 1244e7f
.travis.yml
@@ -0,0 +1,16 @@
1
+language: java
2
+
3
+matrix:
4
+ include:
5
+ - jdk: "openjdk9"
6
7
+addons:
8
+ sonarcloud:
9
+ organization: exasol
10
11
+script:
12
+ - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
13
14
+cache:
15
+ directories:
16
+ - $HOME/.m2
README.md
@@ -45,4 +45,4 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
45
46
# License
47
48
-This software is licensed under the [MIT license](LICENSE)
+This software is licensed under the [MIT license](LICENSE).
0 commit comments