Skip to content

Commit

Permalink
Merge pull request diffplug#488 from ZacSweers/z/replaceChecksums
Browse files Browse the repository at this point in the history
Replace check gradle checksums with fetched script
  • Loading branch information
nedtwigg authored Nov 13, 2019
2 parents 0868063 + 305796c commit d4b9b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions .ci/checkGradleChecksum.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- NODE_VERSION="6.10.2"
before_install:
- nvm install $NODE_VERSION
- ./.ci/checkGradleChecksum.sh
- bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZacSweers/check-gradle-checksums/c8dc2ae0756a8041e240cdc6fa6c38c256dfeab0/check-gradle-checksums.sh)"
install: true
script:
- ./.ci/ci.sh
Expand Down

0 comments on commit d4b9b88

Please # to comment.