Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 8d0f79d

Browse files
author
Dimitri Alexander Kopriwa
committed
build(travis): Adding organization for sonarcloud
1 parent 20b6383 commit 8d0f79d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
deploy:
7979
- provider: pages
8080
skip_cleanup: true
81-
github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
81+
github_token: $GH_TOKEN # Set in the settings page of your repository, as a secure variable
8282
keep_history: true
8383
local_dir: public/

sonar-project.properties

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ sonar.test.exclusions=/src/**/tests/*.test.js
77
sonar.dynamicAnalysis=reuseReports
88
sonar.javascript.jstest.reportsPath=coverage
99
sonar.javascript.lcov.reportPaths=coverage/lcov.info
10+
sonar.organization=yeutech-lab

0 commit comments

Comments
 (0)