File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-dynamic-sql" ] && [ "$TRAVIS_PULL_REQ
2222 if [ $TRAVIS_JDK_VERSION == " oraclejdk8" ]; then
2323
2424 # Deploy to Sonatype
25- .. /mvnw clean deploy -q --settings . ./travis/settings.xml
25+ ./mvnw clean deploy -q --settings ./travis/settings.xml
2626 echo -e " Successfully deployed SNAPSHOT artifacts to Sonatype under Travis job ${TRAVIS_JOB_NUMBER} "
2727
2828 # Deploy to Coveralls
29- .. /mvnw clean test jacoco:report-integration coveralls:report -q --settings . ./travis/settings.xml
29+ ./mvnw clean test jacoco:report coveralls:report -q --settings ./travis/settings.xml
3030 echo -e " Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER} "
3131
3232 # Deploy to site
3333 # various issues exist currently in building this so comment for now
34- # .. /mvnw site site:deploy -q --settings . ./travis/settings.xml
34+ # ./mvnw site site:deploy -q --settings ./travis/settings.xml
3535 # echo -e "Successfully deploy site under Travis job ${TRAVIS_JOB_NUMBER}"
3636 else
3737 echo " Java Version does not support additonal activity for travis CI"
You can’t perform that action at this time.
0 commit comments