File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- " 5.6"
9
9
10
10
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
14
14
- composer install
15
15
- SPEC=swagger php -S 127.0.0.1:8080 tests/rest/app.php &
16
16
- SPEC=openapi php -S 127.0.0.1:8081 tests/rest/app.php &
17
17
18
18
script :
19
19
- vendor/bin/phpunit --coverage-clover phpunit.coverage.xml --log-junit phpunit.report.xml
20
20
- 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