We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd1cc5 commit 842b25dCopy full SHA for 842b25d
.travis.yml
@@ -11,7 +11,7 @@ install:
11
- unzip sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
12
- composer install
13
14
-script:
+script:
15
- vendor/bin/phpunit --coverage-clover phpunit.coverage.xml --log-junit phpunit.report.xml
16
- - sonar-scanner-$SONARSCANNER_VERSION-linux/bin/sonar-scanner -Dsonar.login=$SONAR_LOGIN
+ - sonar-scanner-$SONARSCANNER_VERSION-linux/bin/sonar-scanner -Dsonar.login=$SONAR_LOGIN -Dsonar.branch.name=$TRAVIS_BRANCH -Dsonar.branch.target=master
17
0 commit comments