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

Commit 28f0baf

Browse files
committed
Fix sonar auth
1 parent a3f2c96 commit 28f0baf

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-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.login=${SONAR_TOKEN}; fi'
24+
- sonar:sonar -Dsonar.login=${SONAR_TOKEN}
2525

2626
deploy:
2727
provider: npm

0 commit comments

Comments
 (0)