mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2025-01-31 03:41:39 +01:00
Add travis configuration file
This commit is contained in:
parent
4c3e2e6b96
commit
0341d57dfd
1 changed files with 7 additions and 0 deletions
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
|
Loading…
Add table
Reference in a new issue