Skip to content

Commit

Permalink
Improve build time
Browse files Browse the repository at this point in the history
  • Loading branch information
Runemoro committed Apr 20, 2018
1 parent 918cec3 commit 1696e85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 84 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ notifications:
email: false
if: tag IS blank

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
git:
depth: 5

before_install: chmod +x gradlew
install: "./gradlew setupCIWorkspace"
Expand All @@ -26,7 +21,7 @@ sudo: false

before_deploy:
- export RELEASE_FILE_LIST=$(ls ./build/libs/* | tr '\n' ', ')
- echo "deploying $RELEASE_FILE_LIST to GitHub releases"
- echo "Deploying $RELEASE_FILE_LIST to GitHub releases"
deploy:
skip_cleanup: true
provider: releases
Expand Down
59 changes: 0 additions & 59 deletions README.txt

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/java/org/dimdev/ddutils/TypeFilter.java

This file was deleted.

0 comments on commit 1696e85

Please sign in to comment.