Files
GoBooks/.travis.yml
T
Nathan Youngman b6b969c952 allow duplicate links
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.
2017-01-04 13:47:08 -07:00

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