Skip to content

Commit

Permalink
Merge pull request #19 from yallop/use-common-url-script
Browse files Browse the repository at this point in the history
Share the URL-checking script between repositories.
  • Loading branch information
yallop committed May 19, 2016
2 parents 149ea47 + 15c2287 commit f664005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python:
- "3.4"
install: pip install requests markdown beautifulsoup4
script: python check_urls.py README.md
install: pip install requests markdown beautifulsoup4 && wget https://raw.githubusercontent.com/yallop/check-markdown-urls/master/src/check_markdown_urls.py
script: python check_markdown_urls.py README.md
44 changes: 0 additions & 44 deletions check_urls.py

This file was deleted.

0 comments on commit f664005

Please sign in to comment.