Skip to content

Commit 094593f

Browse files
authored
Merge pull request #128 from alfasoftware/remove-maven-debug-logging
Remove debug from maven build
2 parents 27035fc + bb55019 commit 094593f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
script:
1212
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
1313
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust
14-
- mvn clean deploy --settings .maven-settings.xml -B -U -Prelease -X
14+
- mvn clean deploy --settings .maven-settings.xml -B -U -Prelease

0 commit comments

Comments
 (0)