Skip to content

Commit 2feffa7

Browse files
committed
update .travis.yml
1 parent d942ab1 commit 2feffa7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
language: java
22

3-
addons:
4-
sonarcloud:
5-
organization: "donhui"
6-
token:
7-
secure: "6943068b8011272d514d550d075a76e94ebcb4d7"
8-
93
script:
104
- cp travis/settings.xml $HOME/.m2/settings.xml
11-
- mvn clean compile sonar:sonar -Dsonar.projectKey=donhui_sonar-mybatis
5+
- mvn clean compile sonar:sonar -Dsonar.projectKey=donhui_sonar-mybatis -Dsonar.host.url=https://sonarcloud.io/ -Dsonar.login=6943068b8011272d514d550d075a76e94ebcb4d7

0 commit comments

Comments
 (0)