Skip to content

Commit c02c070

Browse files
committed
Fixing SonarScanner Source
1 parent 81caea2 commit c02c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77

88
install:
99
- export SONARSCANNER_VERSION=3.2.0.1227
10-
- wget https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
10+
- wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
1111
- unzip sonar-scanner-cli-$SONARSCANNER_VERSION-linux.zip
1212
- composer install
1313

0 commit comments

Comments
 (0)