mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 06:04:19 +00:00
Add awesome_bot to validate links via .travis.yml
This commit is contained in:
parent
c8cb1366f4
commit
2a73fb2de9
1 changed files with 4 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
language: ruby
|
||||||
|
rvm: 2.4.1
|
||||||
|
before_script: gem install awesome_bot
|
||||||
|
script: awesome_bot README.md --allow-redirect
|
Loading…
Reference in a new issue