Skip to content

Commit 40add0d

Browse files
Fix travis sonar token
1 parent a3cb773 commit 40add0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ cache:
77
addons:
88
sonarcloud:
99
organization: "bordertech-github"
10-
token:
11-
secure: $SONAR_TOKEN
10+
token: $SONAR_TOKEN
1211

1312
before_install:
1413
- echo "MAVEN_OPTS='-Xmx512m -XX:MaxPermSize=128m'" > ~/.mavenrc

0 commit comments

Comments
 (0)