Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Travis CI to test that website links are valid #709

Merged
merged 16 commits into from
May 20, 2016
Merged

Travis CI to test that website links are valid #709

merged 16 commits into from
May 20, 2016

Conversation

billonahill
Copy link
Contributor

@billonahill billonahill commented May 19, 2016

Verifies that links in the website docs are valid.

I've confirmed that this will cause the build to fail upon bad links. Since we currently have bad links the feature is disabled but once we fix the existing broken links we can enable this as described in .travis.yml.

@billonahill billonahill self-assigned this May 19, 2016
@billonahill billonahill added this to the v0.14.0 milestone May 19, 2016

#linkchecker removes previous runs.
pip install linkchecker
which linkchecker || pip install linkchecker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest moving this into the Makefile so that make setup covers this. I think that's a bit cleaner.

@billonahill
Copy link
Contributor Author

Good call @lucperkins done.

Also added a link to the linkchecker issue:
wummel/linkchecker#657

@lucperkins
Copy link
Contributor

+1

@billonahill billonahill merged commit 8657f76 into apache:master May 20, 2016
@billonahill billonahill deleted the billg/travis_docs_check_2 branch May 20, 2016 00:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants