Skip to content

Commit 1244e7f

Browse files
committed
#280: Added README and Travis CI configuration.
Task-Url: exasol/virtual-schemas#280
1 parent c0236eb commit 1244e7f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
4545

4646
# License
4747

48-
This software is licensed under the [MIT license](LICENSE)
48+
This software is licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)