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 54b8569 commit 020befeCopy full SHA for 020befe
travis/after_success.sh
@@ -46,7 +46,7 @@ if [ "$mybatis_repo" == "https://github.com/mybatis/mybatis-3.git" ] && [ "$TRAV
46
if [ $VER == "16" ]; then
47
mvn clean deploy -q --settings ./travis/settings.xml
48
echo -e "Successfully deployed SNAPSHOT artifacts to Sonatype under Travis job ${TRAVIS_JOB_NUMBER}"
49
- elif [ $VER == "17" ]; then
+ elif [ $VER == "18" ]; then
50
mvn clean test jacoco:report coveralls:report -q
51
echo -e "Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER}"
52
# various issues exist currently in building this so comment for now
0 commit comments