Skip to content

Commit 305796c

Browse files
authored
Fix link
1 parent 0b2d108 commit 305796c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
- NODE_VERSION="6.10.2"
66
before_install:
77
- nvm install $NODE_VERSION
8-
- bash -c "$(curl -fsSL https://github.com/ZacSweers/check-gradle-checksums/blob/c8dc2ae0756a8041e240cdc6fa6c38c256dfeab0/check-gradle-checksums.sh)"
8+
- bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZacSweers/check-gradle-checksums/c8dc2ae0756a8041e240cdc6fa6c38c256dfeab0/check-gradle-checksums.sh)"
99
install: true
1010
script:
1111
- ./.ci/ci.sh

0 commit comments

Comments
 (0)