mirror of
https://github.com/sdnds-tw/awesome-sdn.git
synced 2026-04-30 14:40:04 -05:00
11 lines
139 B
YAML
11 lines
139 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
git:
|
|
depth: 1
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-redirect
|
|
|