Skip to content

Commit 67c9827

Browse files
authored
add continuous test of hyperlinks
1 parent c7d2b90 commit 67c9827

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sudo: required
2+
3+
services:
4+
- docker
5+
6+
script:
7+
# Link Checks
8+
- docker run -ti --rm -v $PWD:/mnt:ro dkhamsing/awesome_bot --allow-dupe --allow-redirect --skip-save-results `find . -name "*.md"`

0 commit comments

Comments
 (0)