Skip to content

Commit 4693a7d

Browse files
disable sonar scanner for now
1 parent f2152a6 commit 4693a7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ php:
88
- "5.6"
99

1010
install:
11-
- export SONARSCANNER_VERSION=3.2.0.1227
12-
- wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
13-
- unzip sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
11+
#- export SONARSCANNER_VERSION=3.2.0.1227
12+
#- wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
13+
#- unzip sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
1414
- composer install
1515
- SPEC=swagger php -S 127.0.0.1:8080 tests/rest/app.php &
1616
- SPEC=openapi php -S 127.0.0.1:8081 tests/rest/app.php &
1717

1818
script:
1919
- vendor/bin/phpunit --coverage-clover phpunit.coverage.xml --log-junit phpunit.report.xml
2020
- if [ "$TRAVIS_BRANCH" != "master" ]; then export SONARSCANNER_PARAM="-Dsonar.branch.name=$TRAVIS_BRANCH -Dsonar.branch.target=master"; fi
21-
- sonar-scanner-$SONARSCANNER_VERSION-linux/bin/sonar-scanner -Dsonar.login=$SONAR_LOGIN $SONARSCANNER_PARAM || true
21+
#- sonar-scanner-$SONARSCANNER_VERSION-linux/bin/sonar-scanner -Dsonar.login=$SONAR_LOGIN $SONARSCANNER_PARAM || true

0 commit comments

Comments
 (0)