We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81caea2 commit c02c070Copy full SHA for c02c070
.travis.yml
@@ -7,7 +7,7 @@ php:
7
8
install:
9
- export SONARSCANNER_VERSION=3.2.0.1227
10
- - wget https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
+ - wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
11
- unzip sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
12
- composer install
13
0 commit comments