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

Commit 00c3abd

Browse files
committed
Fix sonar command
1 parent 28f0baf commit 00c3abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
#- npm run lint
2222
#- npm run test-ci
2323
#- npm run coveralls
24-
- sonar:sonar -Dsonar.login=${SONAR_TOKEN}
24+
- sonar-scanner -Dsonar.login=${SONAR_TOKEN}
2525

2626
deploy:
2727
provider: npm

0 commit comments

Comments
 (0)