Skip to content

Commit 74c5e5f

Browse files
authored
💚 update travis.yml
1 parent cfda3ea commit 74c5e5f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
language: java
2-
#sudo: false
3-
#install: true
4-
#addons:
5-
# sonarcloud:
6-
# token:
7-
# secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
2+
83

94
jdk:
105
- openjdk8
116
script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"
127

13-
#script:
14-
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
15-
168
branches:
179
only:
1810
- develop
1911

2012
cache:
2113
directories:
2214
- '$HOME/.m2/repository'
23-
# - '$HOME/.sonar/cache'
2415

2516
notifications:
2617
email:

0 commit comments

Comments
 (0)