Skip to content

Commit 79b2767

Browse files
authored
#2 Added CI setup (#4)
* #2 Added CI setup
1 parent 1073685 commit 79b2767

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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+
sudo: required
3+
matrix:
4+
include:
5+
- jdk: openjdk11
6+
addons:
7+
sonarcloud:
8+
organization: exasol
9+
10+
script:
11+
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent org.jacoco:jacoco-maven-plugin:prepare-agent-integration
12+
verify
13+
#sonar:sonar -Dsonar.login=${SONAR_TOKEN} -Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,target/site/jacoco-udf/jacoco.xml
14+
cache:
15+
directories:
16+
- "$HOME/.m2"

doc/changes/changes_0.1.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Code name: Added push-down testing util
44

55
## Features / Enhancements
66

7-
* #1: Added push-down testing util
7+
* #1: Added push-down testing util
8+
* #2: Added CI setup

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<plugin>
345345
<groupId>com.exasol</groupId>
346346
<artifactId>project-keeper-maven-plugin</artifactId>
347-
<version>0.2.0</version>
347+
<version>0.1.0</version>
348348
<executions>
349349
<execution>
350350
<goals>

0 commit comments

Comments
 (0)