mirror of
https://github.com/dariubs/GoBooks
synced 2024-11-15 12:13:27 +00: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
|