Add awesome_bot to validate links via .travis.yml

pull/128/head
Ben Barth 6 years ago committed by GitHub
parent c8cb1366f4
commit 2a73fb2de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
language: ruby
rvm: 2.4.1
before_script: gem install awesome_bot
script: awesome_bot README.md --allow-redirect
Loading…
Cancel
Save