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

10 lines
167 B
YAML
Raw Normal View History

2015-12-19 05:13:46 +00:00
language: ruby
rvm:
2018-12-01 21:23:10 +00:00
- 2.5.3
2015-12-19 05:13:46 +00:00
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect
2017-01-04 20:46:05 +00:00
notifications:
email: false