Skip to content

Commit ba534e9

Browse files
committed
fixed typo in travis file
1 parent b0483e0 commit ba534e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ after_success:
3030
-Dsonar.organization=$SONAR_ORGANIZATION_KEY \
3131
-Dsonar.sources=client_encryption \
3232
-Dsonar.tests=tests \
33-
-Dsonar.python.xunit.reportPaths=tests.xml \
33+
-Dsonar.python.xunit.reportPath=tests.xml \
3434
-Dsonar.python.coverage.reportPaths=coverage.xml \
3535
-Dsonar.host.url=$SONAR_URL \
3636
-Dsonar.login=$SONAR_TOKEN || echo 'Skipping Sonar Scanner execution'

0 commit comments

Comments
 (0)