We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0198ab commit 7f972d4Copy full SHA for 7f972d4
.travis.yml
@@ -18,7 +18,7 @@ install:
18
19
## Build and release to maven central
20
script:
21
- $TRAVIS_BRANCH == "master" && mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease
+ if [ $TRAVIS_BRANCH == "master" ]; then && mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
22
23
## Get the project version
24
before_deploy:
0 commit comments