2
0
mirror of https://github.com/dariubs/GoBooks synced 2024-11-15 12:13:27 +00:00
GoBooks/.travis.yml
2018-12-01 14:23:26 -07:00

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