Skip to content

Commit

Permalink
Merge pull request #39 from buren/travis-ci-ruby
Browse files Browse the repository at this point in the history
Travis CI ruby
  • Loading branch information
FGRibreau committed Oct 2, 2015
2 parents 93aa607 + 665c136 commit 62516d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: ruby
rvm:
- 2.2.2
before_install: gem install bundler -v 1.10.6
script: ruby test/platform.ruby.test.rb
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MailChecker
# MailChecker
[![Build Status](https://drone.io/github.com/FGRibreau/mailchecker/status.png)](https://drone.io/github.com/FGRibreau/mailchecker/latest) [![Deps](https://david-dm.org/FGRibreau/mailchecker.png)](https://david-dm.org/FGRibreau/mailchecker) [![Version](http://badge.fury.io/js/mailchecker.png)](http://badge.fury.io/js/mailchecker) [![Downloads](http://img.shields.io/npm/dm/mailchecker.svg)](https://www.npmjs.com/package/mailchecker)

Cross-language email validation. Backed by a [database](./list.json) of **1979 throwable email providers**.
Expand Down Expand Up @@ -100,7 +100,7 @@ if not m.is_valid('bla@example.com'):
print "O RLY !"
```

### Ruby
### Ruby [![Build Status](https://travis-ci.org/FGRibreau/mailchecker.svg)](https://travis-ci.org/FGRibreau/mailchecker)

```ruby
require 'mail_checker'
Expand Down

0 comments on commit 62516d7

Please sign in to comment.