Skip to content

Commit d781963

Browse files
committed
Removed duplicated Sonar scanner version variable
1 parent bc30377 commit d781963

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
@@ -16,7 +16,6 @@ matrix:
1616
env:
1717
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1818
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)
19-
- SONAR_SCANNER_VERSION=3.3.0.1492
2019
install:
2120
- npm install
2221
- |

0 commit comments

Comments
 (0)