Skip to content

🔧 Check Links in a Web Documents or Full Websites with Travis

Notifications You must be signed in to change notification settings

cloud-architecture/travis-link-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Travis Link Checker Build Status

docker

Check Links in Web documents or Full Websites with Travis CI

Docker Automated Build Docker Pulls Quay Status Open Source Love Gitter Chat

Installation

docker pull ellerbrock/link-checker

About the Container

To prevent zombie reaping processes i run dumb-init as PID 1 which forwards signals to all processes running in the container.

Example Usage

docker run -it ellerbrock/link-checker https://yourdomain.tld

Please check the linkchecker Repository for further information how to use it.

Travis CI Configuration

.travis.yml:

sudo: false

language: bash

services:
  - docker

# Install the Docker Container
install:
  - docker pull ellerbrock/link-checker

# Add your Site or Files to Check
script:
  - docker run ellerbrock/link-checker https://hub.docker.com/r/ellerbrock/link-checker/

# Notification Setup
notifications:
  email:
    on_success: never
    on_failure: always

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

GithubDockernpmTwitterFacebookGoogle+Gitter

About

🔧 Check Links in a Web Documents or Full Websites with Travis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published