mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-04-30 22:13:55 +07:00
b6b969c952
It’s a common practice to link the title and the cover image both to the same location. Removes whitelist which was only there because duplicate links were causing build errors.
10 lines
165 B
YAML
10 lines
165 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-dupe --allow-redirect
|
|
notifications:
|
|
email: false
|