Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit ec18622

Browse files
committed
Removed duplicated Sonar scanner version variable
1 parent f1cb5cc commit ec18622

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ matrix:
1414
env:
1515
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1616
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
17-
- SONAR_SCANNER_VERSION=3.3.0.1492
1817
before_install:
1918
- "composer --no-plugins --no-scripts install"
2019
- "composer --no-plugins --no-scripts dump-autoload -o"

0 commit comments

Comments
 (0)