Skip to content

Commit 9d14484

Browse files
committed
remove debug flag
1 parent 266f4c4 commit 9d14484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020

2121
## Build and release to maven central
2222
script:
23-
- if [ $TRAVIS_BRANCH == "master" ]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -X -Prelease; fi
23+
- if [ $TRAVIS_BRANCH == "master" ]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
2424

2525
## Get the project version
2626
before_deploy:

0 commit comments

Comments
 (0)