Skip to content

Commit

Permalink
Enable TravisCI link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Aug 8, 2019
1 parent e7fd5bc commit 88d7872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Start Web server
- python3 -m http.server 8080 &> /dev/null &
# Check links on generated pages
#- docker run -it --rm linkchecker/linkchecker --pause=1 --check-extern --no-status --ignore-url "(http|https)://localhost" --ignore-url "(http|https)://.*${MY_DOMAIN}" http://${HOST_IP_ADDRESS}:8080/${TRAVIS_REPO_SLUG##*/}
- docker run -it --rm linkchecker/linkchecker --pause=1 --check-extern --no-status --ignore-url "(http|https)://localhost" --ignore-url "(http|https)://.*${MY_DOMAIN}" http://${HOST_IP_ADDRESS}:8080/${TRAVIS_REPO_SLUG##*/}

- stage: Build & Deploy
name: "Build and Deploy to GitHub pages"
Expand Down

0 comments on commit 88d7872

Please sign in to comment.