Skip to content

Commit 622cec8

Browse files
committed
disabled cleaning compiled classes
1 parent 58074c9 commit 622cec8

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
@@ -15,7 +15,7 @@ jobs:
1515
- mvn clean test post-integration-test
1616
- stage: quality-report
1717
script:
18-
- mvn clean sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
18+
- mvn sonar:sonar -Dsonar.projectKey=yassine_ipdata-java-client
1919
- stage: package
2020
script:
2121
- 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

Comments
 (0)