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

Commit 49a85b9

Browse files
committed
Use manual command with variable instead of travis secure
1 parent 6660fbc commit 49a85b9

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

2626
deploy:
2727
provider: npm

0 commit comments

Comments
 (0)