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

Commit f10e488

Browse files
authored
Clean-up
1 parent 6a2fe1b commit f10e488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ script:
2323
after_success:
2424
- test "$WITH_SONAR_ANALYSIS" = "true" && build-wrapper-macosx-x86/build-wrapper-macosx-x86 --out-dir bw-output make clean all
2525
- test "$WITH_SONAR_ANALYSIS" = "true" && sonar-scanner-3.3.0.1492-macosx/bin/sonar-scanner -Dsonar.projectName=${SONAR_PROJECT_NAME} -Dsonar.organization=${SONAR_ORGANIZATION_KEY} -Dsonar.projectKey=${SONAR_PROJECT_KEY} -Dsonar.sources=. -Dsonar.swift.xcworkspace=MastercardOAuth1Signer.xcworkspace -Dsonar.swift.scheme=MastercardOAuth1Signer -Dsonar.swift.simulator="platform=iOS Simulator,OS=12.1,name=iPhone XR" -Dsonar.cfamily.build-wrapper-output=bw-output -Dsonar.host.url=${SONAR_URL} -Dsonar.login=${SONAR_TOKEN} -Dsonar.coverageReportPaths=coverage.xml -Dsonar.exclusions=**/Pods/**,**/Tests/**,**/MastercardOAuth1SignerTests/**,*.xml,**/Example/**,**/Build/**,**/sonar-scanner-3.3.0.1492-macosx/**
26-
- pod lib lint
27-
- test $COCOAPODS_TRUNK_TOKEN && pod trunk push
28-
- pod trunk me clean-sessions --all

0 commit comments

Comments
 (0)