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

Merge pull request #183 from sotayamashita/feature/validate-links

Add travis config to validate links
This commit is contained in:
Kate Hudson 2017-12-21 14:07:29 -05:00 committed by GitHub
commit 423eaf0ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect