Skip to content

Commit 020befe

Browse files
committed
[travis] Adjust travis coveralls build to use java 8
1 parent 54b8569 commit 020befe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [ "$mybatis_repo" == "https://github.com/mybatis/mybatis-3.git" ] && [ "$TRAV
4646
if [ $VER == "16" ]; then
4747
mvn clean deploy -q --settings ./travis/settings.xml
4848
echo -e "Successfully deployed SNAPSHOT artifacts to Sonatype under Travis job ${TRAVIS_JOB_NUMBER}"
49-
elif [ $VER == "17" ]; then
49+
elif [ $VER == "18" ]; then
5050
mvn clean test jacoco:report coveralls:report -q
5151
echo -e "Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER}"
5252
# various issues exist currently in building this so comment for now

0 commit comments

Comments
 (0)