Skip to content

Commit c512a0d

Browse files
committed
Use raw.githack.com instead of the now defunct rawgit.com in Travis checks.
1 parent b0f3728 commit c512a0d

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
@@ -29,7 +29,7 @@ jobs:
2929
rvm: 2.6
3030
script:
3131
- docker pull stupchiy/checklink
32-
- docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD&shortName=json-ld11-api"
32+
- docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://raw.githack.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD&shortName=json-ld11-api"
3333
- bundle exec rake check_html
3434
- stage: echidna
3535
name: "Echidna Publication"

0 commit comments

Comments
 (0)