Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade gradle to 7.0 and fix test bug. #327

Merged
merged 14 commits into from
Apr 30, 2021
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jdk:
- oraclejdk8

script:
- travis_retry gradle check
- travis_retry ./gradlew clean build

after_success:
- gradle clean test jacocoAllTestReport coveralls
#after_success:
# - ./gradlew clean

env:
global:
Expand Down
Loading