Skip to content

Commit

Permalink
Merge pull request k88hudson#183 from sotayamashita/feature/validate-…
Browse files Browse the repository at this point in the history
…links

Add travis config to validate links
  • Loading branch information
k88hudson authored Dec 21, 2017
2 parents ae8459b + c91d108 commit 423eaf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-redirect

0 comments on commit 423eaf0

Please sign in to comment.