Skip to content

Commit 69735f3

Browse files
Added SonarQube details to Travis configuration file
1 parent 2f37a37 commit 69735f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ install: composer update --no-interaction --no-suggest --no-progress
2121

2222
script:
2323
- phpdbg -qrr vendor/bin/phpunit --coverage-clover phpunit.coverage.xml --log-junit phpunit.report.xml
24-
- sonar-scanner
24+
- sonar-scanner -Dsonar.organization=verbanent-public -Dsonar.projectKey=verbanent_eloquent-binary-uuid -Dsonar.sources=src -Dsonar.host.url=https://sonarcloud.io
25+

0 commit comments

Comments
 (0)