We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0868063 + 305796c commit d4b9b88Copy full SHA for d4b9b88
.ci/checkGradleChecksum.sh
.travis.yml
@@ -5,7 +5,7 @@ env:
5
- NODE_VERSION="6.10.2"
6
before_install:
7
- nvm install $NODE_VERSION
8
- - ./.ci/checkGradleChecksum.sh
+ - bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZacSweers/check-gradle-checksums/c8dc2ae0756a8041e240cdc6fa6c38c256dfeab0/check-gradle-checksums.sh)"
9
install: true
10
script:
11
- ./.ci/ci.sh
0 commit comments