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 1b390cc commit e0aea0cCopy full SHA for e0aea0c
.travis.yml
@@ -20,7 +20,7 @@ install:
20
21
## Build and release to maven central
22
script:
23
- - if [ $TRAVIS_BRANCH == "master" ]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
+ - if [[ $TRAVIS_BRANCH == "master" ]]; then mvn clean deploy --settings default.xml -DskipTests=true -B -U -Prelease; fi
24
25
## Get the project version
26
before_deploy:
0 commit comments