mirror of
https://github.com/n1trux/awesome-sysadmin.git
synced 2025-08-17 11:20:41 +02:00
Merge pull request #129 from unixorn/add-travis-link-checking
Add travis configuration file
This commit is contained in:
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-dupe --allow-redirect
|
Reference in New Issue
Block a user