Update build.sh

This commit is contained in:
Morgan 2022-08-01 09:19:54 -07:00 committed by GitHub
parent ebe00bb1f2
commit 7d388d0b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ then
echo 'Travis can only publish docs for release builds.'
return 0
fi
mvn test
mvn test -DrepoToken=$COVERALLS_REPO_TOKEN
exit $?