Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 6660fbc

Browse files
committed
Change sonar project for testing permissions
1 parent 3bc9e1e commit 6660fbc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ node_js:
55

66
cache:
77
directories:
8-
- "node_modules"
8+
- ~/.npm
9+
- node_modules
10+
- ~/.sonar/cache
911

1012
addons:
1113
sonarcloud:
12-
organization: "mocks-server"
14+
organization: "javierbrea"
1315
token:
1416
secure: "$SONAR_TOKEN"
1517
branch:

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sonar.organization=mocks-server
1+
sonar.organization=javierbrea
22
sonar.projectKey=mocks-server-main
33
sonar.projectVersion=1.0.2
44

0 commit comments

Comments
 (0)