Skip to content

Commit

Permalink
Merge pull request #1109 from YunLemon/Modify_Travis_1
Browse files Browse the repository at this point in the history
Improve Travis CI build Performance
  • Loading branch information
johnmcclean authored May 11, 2022
2 parents 55f9c8d + fdf7d3d commit a282095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ install: ./gradlew clean
after_success:
- bash <(curl -s https://codecov.io/bash)
script:
- travis_wait 120 ./gradlew assemble
- travis_wait 120 ./gradlew build jacoco --parallel --max-workers 4
- ./gradlew assemble
- ./gradlew build jacoco --parallel --max-workers 4

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand All @@ -16,4 +16,4 @@ before_cache:
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/wrapper/

0 comments on commit a282095

Please sign in to comment.