Skip to content

Commit 9c01e7b

Browse files
committed
initial commit of 'spider-check'
Ref jquery/infrastructure#455.
0 parents  commit 9c01e7b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
3+
node_js: "10"
4+
5+
script:
6+
- npm install spider.js@arschmitz/spider.js#master
7+
- node_modules/spider.js/bin/spider.js --url=https://code.jquery.com

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[![Build Status](https://travis-ci.com/jquery/codeorigin.jquery.com.svg?branch=spider-check)](https://travis-ci.com/jquery/codeorigin.jquery.com)
2+
3+
codeorigin.jquery.com
4+
=====================
5+
6+
This branch takes care of running [spider.js](https://github.com/arschmitz/spider.js) on a regular
7+
basis via Travis CI to uncover broken links and such.

0 commit comments

Comments
 (0)