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.
1 parent 0b2d108 commit 305796cCopy full SHA for 305796c
.travis.yml
@@ -5,7 +5,7 @@ env:
5
- NODE_VERSION="6.10.2"
6
before_install:
7
- nvm install $NODE_VERSION
8
- - bash -c "$(curl -fsSL https://github.com/ZacSweers/check-gradle-checksums/blob/c8dc2ae0756a8041e240cdc6fa6c38c256dfeab0/check-gradle-checksums.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