1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00
git-flight-rules/.travis.yml

12 lines
258 B
YAML
Raw Normal View History

2017-12-20 11:34:49 +09:00
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
- npm install
2017-12-20 11:34:49 +09:00
script:
- awesome_bot README.md --allow-dupe --allow-redirect --allow-ssl
- awesome_bot README_*.md --allow-dupe --allow-redirect --allow-ssl
2018-11-28 09:07:46 -05:00
- npm run toc
- npm run diff