mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-22 00:46:09 +00:00
Add a travis config to check the links in readme.md
This commit is contained in:
parent
0af3e2d751
commit
38adc5ea79
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 2.2
|
||||||
|
before_script:
|
||||||
|
- gem install awesome_bot
|
||||||
|
script:
|
||||||
|
- awesome_bot README.md --allow-redirect
|
Loading…
Reference in New Issue
Block a user