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

Commit d5741ca

Browse files
committed
Added JsonPath.php back
1 parent a138bad commit d5741ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ after_success:
3333
-Dsonar.organization=$SONAR_ORGANIZATION_KEY \
3434
-Dsonar.sources=./src \
3535
-Dsonar.tests=./tests \
36-
-Dsonar.exclusions=**/vendor/**,**/tests/**,**/*.xml,**/JsonPath.php \
36+
-Dsonar.exclusions=**/vendor/**,**/tests/**,**/*.xml \
3737
-Dsonar.php.tests.reportPath=tests.xml \
3838
-Dsonar.php.coverage.reportPaths=coverage.xml \
3939
-Dsonar.host.url=$SONAR_URL \

0 commit comments

Comments
 (0)