File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 - " 5.6"
99
1010install :
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
1818script :
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
You can’t perform that action at this time.
0 commit comments