mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-04-30 14:03:54 +07:00
10 lines
167 B
YAML
10 lines
167 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.5.3
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-dupe --allow-redirect
|
|
notifications:
|
|
email: false
|