Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
fixes mehcode#21

should just click enable on [travis-ci.org](https://travis-ci.org)
  • Loading branch information
Haroenv committed Oct 11, 2017
1 parent 6f4d9da commit ba6a771
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: ruby
rvm: 2.2
before_script:
- gem install awesome_bot
- gem install danger
script:
- awesome_bot check-unique.txt --allow-ssl
- awesome_bot check-links.txt --allow-ssl
after_script:
- awesome_bot check-info.txt -a 403
- danger

0 comments on commit ba6a771

Please sign in to comment.