Created
August 29, 2017 10:08
-
-
Save alister/16e206eeed6cdf48c30d6099d1a858d3 to your computer and use it in GitHub Desktop.
PHP-in-London awesome link checker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: ruby | |
rvm: | |
- 2.2 | |
before_script: | |
- gem install awesome_bot | |
script: | |
- awesome_bot --white-list example.com,github.com,travis-ci.org --set-timeout 5 --allow-timeout *.md | |
notifications: | |
email: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment