Skip to content

Commit cf20c2d

Browse files
committed
Enabling sonar for project
1 parent 3b33a51 commit cf20c2d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ language: java
44
jdk:
55
- oraclejdk8
66

7-
#addons:
8-
# sonarqube:
9-
# organization: utplsql
10-
# token:
11-
# secure: ${SONAR_TOKEN}
12-
# branches:
13-
# - develop
14-
# - master
15-
# - test_ut_run_script
7+
addons:
8+
sonarqube:
9+
organization: utplsql
10+
token:
11+
secure: ${SONAR_TOKEN}
12+
branches:
13+
- master
1614

1715
env:
1816
global:

0 commit comments

Comments
 (0)