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
22
22
if [ $TRAVIS_JDK_VERSION == " oraclejdk8" ]; then
23
23
24
24
# Deploy to Sonatype
25
- .. /mvnw clean deploy -q --settings . ./travis/settings.xml
25
+ ./mvnw clean deploy -q --settings ./travis/settings.xml
26
26
echo -e " Successfully deployed SNAPSHOT artifacts to Sonatype under Travis job ${TRAVIS_JOB_NUMBER} "
27
27
28
28
# 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
30
30
echo -e " Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER} "
31
31
32
32
# Deploy to site
33
33
# 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
35
35
# echo -e "Successfully deploy site under Travis job ${TRAVIS_JOB_NUMBER}"
36
36
else
37
37
echo " Java Version does not support additonal activity for travis CI"
You can’t perform that action at this time.
0 commit comments