We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58074c9 commit 622cec8Copy full SHA for 622cec8
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ jobs:
15
- mvn clean test post-integration-test
16
- stage: quality-report
17
script:
18
- - mvn clean sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
+ - mvn sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
19
- stage: package
20
21
- openssl enc -aes-256-cbc -d -in ./.travis/ipdata-java.crypted.gpg.key -out ./.travis/ipdata.out.key -base64 -K $GPG_AES_KEY -iv $GPG_AES_KEY_IV -S $GPG_AES_KEY_SALT
0 commit comments